Skip to main content

Interface: IWorkflowTaskCompletedEventAttributes

history.v1.IWorkflowTaskCompletedEventAttributes

Properties of a WorkflowTaskCompletedEventAttributes.

Implemented by

Properties

binaryChecksum

Optional binaryChecksum: null | string

Binary ID of the worker who completed this task


identity

Optional identity: null | string

Identity of the worker who completed this task


meteringMetadata

Optional meteringMetadata: null | IMeteringMetadata

Local usage data sent during workflow task completion and recorded here for posterity


scheduledEventId

Optional scheduledEventId: null | Long

The id of the WORKFLOW_TASK_SCHEDULED event this task corresponds to


sdkMetadata

Optional sdkMetadata: null | IWorkflowTaskCompletedMetadata

Data the SDK wishes to record for itself, but server need not interpret, and does not directly impact workflow state.


startedEventId

Optional startedEventId: null | Long

The id of the WORKFLOW_TASK_STARTED event this task corresponds to


workerVersion

Optional workerVersion: null | IWorkerVersionStamp

Version info of the worker who processed this workflow task. If present, the build_id field within is also used as binary_checksum, which may be omitted in that case (it may also be populated to preserve compatibility).