Interface: IMarkerRecordedEventAttributes
history.v1.IMarkerRecordedEventAttributes
Properties of a MarkerRecordedEventAttributes.
Hierarchy
-
↳
IMarkerRecordedEventAttributes
Properties
details
• Optional details: null | { [k: string]: $Properties; }
Serialized information recorded in the marker
Inherited from
failure
• Optional failure: null | $Properties
Some uses of markers, like a local activity, could "fail". If they did that is recorded here.
Inherited from
header
• Optional header: null | $Properties
MarkerRecordedEventAttributes header
Inherited from
markerName
• Optional markerName: null | string
Workers use this to identify the "types" of various markers. Ex: Local activity, side effect.
Inherited from
workflowTaskCompletedEventId
• Optional workflowTaskCompletedEventId: null | Long
The WORKFLOW_TASK_COMPLETED event which this command was reported with