Interface: IWorkflowTaskStartedEventAttributes
history.v1.IWorkflowTaskStartedEventAttributes
Properties of a WorkflowTaskStartedEventAttributes.
Implemented by
Properties
buildIdRedirectCounter
• Optional buildIdRedirectCounter: null | Long
Used by server internally to properly reapply build ID redirects to an execution when rebuilding it from events. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
historySizeBytes
• Optional historySizeBytes: null | 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.