nodeID
Client node id (from the canvas).
Type: string
stepID
Unique id of the step that is currently being processed.
Type: string
stepName
Name of the step that is currently being processed.
Type: string
stepType
Type of the step.
Type: string
Possible values:
- Condition
- Action
- Scheduler
- Timer
stepStatus
Status of the step, representing the status of the step, when its processing has been done (and the step event fired).
Type: string
The status can be:
- ended: the step has no transition and its processing has ended successfully.
- error: the step processing has raised an error.
- transitions: the step is waiting for an event to transition to another step.
- capped: the step has failed on a capping error, raised during an action or enrichment.
- timedout: the step has failed on a timeout error, raised during an action or enrichment.
- instanceTimedout: the step has stopped its processing, because the instance has reached its timeout.
journeyID
ID of the journey.
Type: string
journeyVersionID
ID of the journey version. This id represents the identity reference to the journey, in the case of the journeyStepEvent.
Type: string
journeyVersionName
Name of the journey version.
Type: string
journeyVersion
Version of the journey version.
Type: string
instanceID
Internal ID of the journey instance.
Type: string
externalKey
External key extracted from the event to process it.
Type: string
parentStepID
Step ID of the parent of the current processed step in the instance.
Type: string
parentStepName
Step name of the parent of the current step.
Type: string
parentTransitionID
Id of the transition which has brought the instance to the processed step.
Type: string
parentTransitionName
Name of the transition which has brought the instance to the processed step.
Type: string
inTest
Indicated if this journey is in test mode or not.
Type: boolean
processingTime
Total amount of time in milliseconds from the instance step entrance to the end of the processing.
Type: long
instanceType
Indicates the instance type, if it is batch or unitary.
Type: string
Values: batch/unitary