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.
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.