Skip to content

Latest commit

 

History

History
223 lines (126 loc) · 5.48 KB

File metadata and controls

223 lines (126 loc) · 5.48 KB

Adobe CJM ExperienceEvent - Processing Flow Timeline Schema

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

Schema Hierarchy

  • Adobe CJM ExperienceEvent - Processing Flow Timeline https://ns.adobe.com/experience/customerJourneyManagement/processing-flow-timeline

Adobe CJM ExperienceEvent - Processing Flow Timeline Example

{
  "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"
      }
    ]
  }
}

Adobe CJM ExperienceEvent - Processing Flow Timeline Properties

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

processingFlowTimeline

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

xdm:flowName

flowName

Name of the processing flow.

xdm:flowName

  • is optional
  • type: string
xdm:flowName Type

string

xdm:processingNodes

processingNodes

undefined

xdm:processingNodes

  • is optional
  • type: reference
xdm:processingNodes Type

Array type: reference

All items must be of the type:

  • #/definitions/time-profiling

Adobe CJM ExperienceEvent - Processing Flow Timeline Definitions

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

xdm:componentName

componentName

The name of the service/component, for which time information is captured.

xdm:componentName

  • is optional
  • type: string
  • defined in this schema

xdm:componentName Type

string

xdm:endTime

endTime

Execution End time in Date-Time format for the component.

xdm:endTime

  • is optional
  • type: string
  • defined in this schema

xdm:endTime Type

string

xdm:serviceGroup

serviceGroup

An optional attribute, to capture the timeline of a service, at sub-tree level.

xdm:serviceGroup

  • is optional
  • type: string
  • defined in this schema

xdm:serviceGroup Type

string

xdm:startTime

startTime

Execution Start time in Date-Time format for the component.

xdm:startTime

  • is optional
  • type: string
  • defined in this schema

xdm:startTime Type

string