Skip to main content

Interface: IMarkerRecordedEventAttributes

history.v1.IMarkerRecordedEventAttributes

Properties of a MarkerRecordedEventAttributes.

Implemented by

Properties

details

Optional details: null | { [k: string]: IPayloads; }

Serialized information recorded in the marker


failure

Optional failure: null | IFailure

Some uses of markers, like a local activity, could "fail". If they did that is recorded here.


Optional header: null | IHeader

MarkerRecordedEventAttributes header


markerName

Optional markerName: null | string

Workers use this to identify the "types" of various markers. Ex: Local activity, side effect.


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with