Interface: IWorkflowUpdateOptionsUpdate
v1.WorkflowExecutionOptionsUpdatedEventAttributes.IWorkflowUpdateOptionsUpdate
Properties of a WorkflowUpdateOptionsUpdate.
Hierarchy
-
↳
IWorkflowUpdateOptionsUpdate
Properties
attachedCompletionCallbacks
• Optional attachedCompletionCallbacks: null | $Properties[]
Completion callbacks attached to the running workflow update.
Inherited from
$Properties.attachedCompletionCallbacks
attachedRequestId
• Optional attachedRequestId: null | string
Request ID attached to the running workflow update so that subsequent requests with same request ID will be deduped
Inherited from
updateId
• Optional updateId: null | string
The ID of the workflow update this update options update corresponds to.