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 attachedto the running workflow execution so that subsequent requests with same request ID will be deduped.
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.