Interface: IUpdateWorkflowExecutionOptionsRequest
workflowservice.v1.IUpdateWorkflowExecutionOptionsRequest
Properties of an UpdateWorkflowExecutionOptionsRequest.
Hierarchy
-
↳
IUpdateWorkflowExecutionOptionsRequest
Properties
identity
• Optional identity: null | string
Optional. The identity of the client who initiated this request.
Inherited from
namespace
• Optional namespace: null | string
The namespace name of the target Workflow.
Inherited from
updateMask
• Optional updateMask: null | $Properties
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.
Inherited from
workflowExecution
• Optional workflowExecution: null | $Properties
The target Workflow Id and (optionally) a specific Run Id thereof. (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --)
Inherited from
workflowExecutionOptions
• Optional workflowExecutionOptions: null | $Properties
Workflow Execution options. Partial updates are accepted and controlled by update_mask.