Interface: IWorkflowExecutionOptionsUpdatedEventAttributes
history.v1.IWorkflowExecutionOptionsUpdatedEventAttributes
Properties of a WorkflowExecutionOptionsUpdatedEventAttributes.
Implemented by
Properties
attachedCompletionCallbacks
• Optional attachedCompletionCallbacks: null | ICallback[]
Completion callbacks attached to the running workflow execution.
attachedRequestId
• Optional attachedRequestId: null | string
Request ID attached to the running workflow execution so that subsequent requests with same request ID will be deduped.
identity
• Optional identity: null | string
Optional. The identity of the client who initiated the request that created this event.
priority
• Optional priority: null | IPriority
Priority override upserted in this event. Represents the full priority; not just partial fields. Ignored if nil.
timeSkippingConfig
• Optional timeSkippingConfig: null | ITimeSkippingConfig
TimeSkippingConfig override upserted in this event. Represents the full config.
timeSkippingConfigUpdated
• Optional timeSkippingConfigUpdated: null | boolean
Indicates the time skipping config was updated by the recent call to update workflow execution options.
unsetVersioningOverride
• Optional unsetVersioningOverride: null | boolean
Versioning override removed in this event.
versioningOverride
• Optional versioningOverride: null | IVersioningOverride
Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.
workflowUpdateOptions
• Optional workflowUpdateOptions: null | IWorkflowUpdateOptionsUpdate[]
Updates to workflow updates options.