Class: WorkflowTaskStartedEventAttributes
history.v1.WorkflowTaskStartedEventAttributes
Represents a WorkflowTaskStartedEventAttributes.
Implements
Constructors
constructor
• new WorkflowTaskStartedEventAttributes(properties?
): WorkflowTaskStartedEventAttributes
Constructs a new WorkflowTaskStartedEventAttributes.
Parameters
Name | Type | Description |
---|---|---|
properties? | IWorkflowTaskStartedEventAttributes | Properties to set |
Returns
WorkflowTaskStartedEventAttributes
Properties
buildIdRedirectCounter
• buildIdRedirectCounter: Long
Used by server internally to properly reapply build ID redirects to an execution when rebuilding it from events.
Implementation of
IWorkflowTaskStartedEventAttributes.buildIdRedirectCounter
historySizeBytes
• historySizeBytes: Long
Total history size in bytes, which the workflow might use to decide when to continue-as-new regardless of the suggestion. Note that history event count is just the event id of this event, so we don't include it explicitly here.
Implementation of
IWorkflowTaskStartedEventAttributes.historySizeBytes
identity
• identity: string
Identity of the worker who picked up this task
Implementation of
IWorkflowTaskStartedEventAttributes.identity
requestId
• requestId: string
TODO: ? Appears unused?