Skip to main content

Interface: IUpdateWorkflowOptions

v1.PostResetOperation.IUpdateWorkflowOptions

Properties of an UpdateWorkflowOptions.

Implemented by

Properties

updateMask

Optional updateMask: null | IFieldMask

Controls which fields from workflow_execution_options will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.


workflowExecutionOptions

Optional workflowExecutionOptions: null | IWorkflowExecutionOptions

Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.