Skip to main content

Interface: IUpdateWorkflowExecutionOptionsRequest

workflowservice.v1.IUpdateWorkflowExecutionOptionsRequest

Properties of an UpdateWorkflowExecutionOptionsRequest.

Implemented by

Properties

namespace

Optional namespace: null | string

The namespace name of the target Workflow.


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.


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

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" --)


workflowExecutionOptions

Optional workflowExecutionOptions: null | IWorkflowExecutionOptions

Workflow Execution options. Partial updates are accepted and controlled by update_mask.