Skip to main content

Interface: IMarkerRecordedEventAttributes

history.v1.IMarkerRecordedEventAttributes

Properties of a MarkerRecordedEventAttributes.

Hierarchy

Properties

details

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

Serialized information recorded in the marker

Inherited from

$Properties.details


failure

Optional failure: null | $Properties

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

Inherited from

$Properties.failure


Optional header: null | $Properties

MarkerRecordedEventAttributes header

Inherited from

$Properties.header


markerName

Optional markerName: null | string

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

Inherited from

$Properties.markerName


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId