Interface: IActivityTaskCompletedEventAttributes
history.v1.IActivityTaskCompletedEventAttributes
Properties of an ActivityTaskCompletedEventAttributes.
Implemented by
Properties
identity
• Optional identity: null | string
id of the worker that completed this task
result
• Optional result: null | IPayloads
Serialized results of the activity. IE: The return value of the activity function
scheduledEventId
• Optional scheduledEventId: null | Long
The id of the ACTIVITY_TASK_SCHEDULED event this completion corresponds to
startedEventId
• Optional startedEventId: null | Long
The id of the ACTIVITY_TASK_STARTED event this completion corresponds to
workerVersion
• Optional workerVersion: null | IWorkerVersionStamp
Version info of the worker who processed this workflow task. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]