TalentSubphaseReadyEvent
v1

Phoenix parcours B2C course
You are currently viewing an old version of this event (1).Read latest version →

Details

Example event payload

1{
2	"id": 6106643,
3	"createdAt": "2023-07-10T03:47:51.680Z",
4	"updatedAt": "2023-07-10T03:47:51.708Z",
5	"eventName": "TalentSubphaseReadyEvent",
6	"keyId": "4eece06a-184b-4ebf-a4b8-5b7ef650ef38",
7	"eventData": {
8		"name": "TalentSubphaseReadyEvent",
9		"type": "event",
10		"index": 1,
11		"keyId": "4eece06a-184b-4ebf-a4b8-5b7ef650ef38",
12		"version": 1,
13		"talentPhase": {
14			"id": "ffff1943-3393-4928-b3c7-c678566fdb88",
15			"order": 2,
16			"status": "IN_PROGRESS",
17			"phaseId": "8bc007dd-f820-4bcd-86e0-240904616bc8",
18			"parentId": null,
19			"talentId": "13c944b9-2154-4a62-9113-5d61f84e6610",
20			"createdAt": "2023-06-20T17:07:25.578Z",
21			"deletedAt": null,
22			"programId": "dceea9b7-5740-4f33-b080-a54c27223107",
23			"updatedAt": "2023-06-20T17:07:25.578Z",
24			"childrenIds": ["7d7915c2-6d15-4b1b-a7dd-de540ef88164"],
25			"talentBlockIds": []
26		}
27	},
28	"status": "ACKNOWLEDGED",
29	"publisherNodeId": "phoenix-production-788774c7f-8xmfs",
30	"processorNodeId": "phoenix-production-788774c7f-jz25k",
31	"version": 1,
32	"userId": null,
33	"talentId": "13c944b9-2154-4a62-9113-5d61f84e6610"
34}

TalentSubphaseReadyEvent payload

TalentSubphaseReadyEvent Schema (json)
{
  "$id": "TalentSubphaseReadyEventPayloadTSchema",
  "type": "object",
  "properties": {
    "talentPhase": {
      "$id": "TalentPhaseEntity",
      "type": "object",
      "properties": {
        "createdAt": { "format": "datetime", "type": "string" },
        "updatedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "deletedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "id": { "type": "string" },
        "talent": {},
        "talentId": { "type": "string" },
        "phase": {},
        "phaseId": { "type": "string" },
        "program": {},
        "programId": { "type": "string" },
        "status": {
          "default": "LOCKED",
          "anyOf": [
            { "const": "LOCKED", "type": "string" },
            { "const": "IN_PROGRESS", "type": "string" },
            { "const": "COMPLETED", "type": "string" }
          ]
        },
        "talentBlocks": { "type": "array", "items": {} },
        "talentBlockIds": { "type": "array", "items": { "type": "string" } },
        "parent": { "anyOf": [{}, { "type": "null" }] },
        "parentId": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "children": {
          "anyOf": [
            { "default": [], "type": "array", "items": {} },
            { "type": "null" }
          ]
        },
        "childrenIds": {
          "anyOf": [
            { "default": [], "type": "array", "items": { "type": "string" } },
            { "type": "null" }
          ]
        },
        "order": { "type": "number" }
      },
      "required": [
        "createdAt",
        "id",
        "talent",
        "talentId",
        "phase",
        "phaseId",
        "program",
        "programId",
        "status",
        "talentBlocks",
        "talentBlockIds",
        "parent",
        "parentId",
        "children",
        "childrenIds",
        "order"
      ]
    },
    "index": { "type": "number" }
  },
  "required": ["talentPhase", "index"]
}


Edit this pageLast updated on 2024/8/5