TalentPhaseInitializedEventv1
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": 6103266,
3 "createdAt": "2023-07-10T01:05:22.820Z",
4 "updatedAt": "2023-07-10T01:05:23.389Z",
5 "eventName": "TalentPhaseInitializedEvent",
6 "keyId": "6e9671a6-ae0f-4bd6-b6ba-6af8fd30be7a",
7 "eventData": {
8 "name": "TalentPhaseInitializedEvent",
9 "type": "event",
10 "keyId": "6e9671a6-ae0f-4bd6-b6ba-6af8fd30be7a",
11 "version": 1,
12 "talentPhase": {
13 "id": "86ee6010-2402-48ad-962d-583a8c6bedb3",
14 "order": 4,
15 "status": "IN_PROGRESS",
16 "phaseId": "b6c2bc85-b152-412f-b3ee-a76714f99f39",
17 "talentId": "cc80276d-7567-4cb6-9d2b-0950f6786c0f",
18 "createdAt": "2023-07-10T05:05:22.813Z",
19 "deletedAt": null,
20 "programId": "dceea9b7-5740-4f33-b080-a54c27223107",
21 "updatedAt": "2023-07-10T05:05:22.813Z"
22 }
23 },
24 "status": "ACKNOWLEDGED",
25 "publisherNodeId": "phoenix-production-788774c7f-9dccm",
26 "processorNodeId": "phoenix-production-788774c7f-v2hp2",
27 "version": 1,
28 "userId": "10fd7e1d-b93d-4dce-93c2-16551844e32d",
29 "talentId": "cc80276d-7567-4cb6-9d2b-0950f6786c0f"
30}TalentPhaseInitializedEvent payload
TalentPhaseInitializedEvent Schema (json)
{
"$id": "TalentPhaseInitializedEventPayloadTSchema",
"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"
]
}
},
"required": ["talentPhase"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5