https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline
Captures an array of time-profiling info, for every component of processing flow.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | adobe/experience/customerJourneyManagement/processing-flow-timeline.schema.json |
- Adobe CJM ExperienceEvent - Processing Flow Timeline
https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"https://ns.adobe.com/experience/customerJourneyManagement/processingFlowTimeline": {
"xdm:flowName": "ajo",
"xdm:processingNodes": [
{
"xdm:componentName": "JO",
"xdm:startTime": "2021-01-26T06:23:28.914Z",
"xdm:endTime": "2021-01-26T06:23:29.924Z"
},
{
"xdm:componentName": "MES",
"xdm:startTime": "2021-01-26T06:23:30.014Z",
"xdm:endTime": "2021-01-26T06:23:30.110Z"
},
{
"xdm:componentName": "HERALD",
"xdm:startTime": "2021-01-26T06:23:30.210Z",
"xdm:endTime": "2021-01-26T06:23:31.415Z"
},
{
"xdm:componentName": "SDS",
"xdm:startTime": "2021-01-26T06:23:30.410Z",
"xdm:endTime": "2021-01-26T06:23:30.610Z"
},
{
"xdm:componentName": "ESS",
"xdm:startTime": "2021-01-26T06:23:30.810Z",
"xdm:endTime": "2021-01-26T06:23:32.115Z"
}
]
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| https://ns.adobe.com/experience/customerJourneyManagement/processingFlowTimeline | object |
Optional | Adobe CJM ExperienceEvent - Processing Flow Timeline (this schema) |
* |
any | Additional | this schema allows additional properties |
https://ns.adobe.com/experience/customerJourneyManagement/processingFlowTimeline
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|---|---|
xdm:flowName |
string | Optional |
xdm:processingNodes |
array | Optional |
Name of the processing flow.
xdm:flowName
- is optional
- type:
string
string
undefined
xdm:processingNodes
- is optional
- type: reference
Array type: reference
All items must be of the type:
| Property | Type | Group |
|---|---|---|
| xdm:componentName | string |
https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline#/definitions/time-profiling |
| xdm:endTime | string |
https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline#/definitions/time-profiling |
| xdm:serviceGroup | string |
https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline#/definitions/time-profiling |
| xdm:startTime | string |
https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline#/definitions/time-profiling |
The name of the service/component, for which time information is captured.
xdm:componentName
- is optional
- type:
string - defined in this schema
string
Execution End time in Date-Time format for the component.
xdm:endTime
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)
An optional attribute, to capture the timeline of a service, at sub-tree level.
xdm:serviceGroup
- is optional
- type:
string - defined in this schema
string
Execution Start time in Date-Time format for the component.
xdm:startTime
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)