Skip to main content

Interface: IUpdateWorkflowExecutionOptionsRequest

workflowservice.v1.IUpdateWorkflowExecutionOptionsRequest

Properties of an UpdateWorkflowExecutionOptionsRequest.

Hierarchy

  • $Properties

    IUpdateWorkflowExecutionOptionsRequest

Properties

identity

Optional identity: null | string

Optional. The identity of the client who initiated this request.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

The namespace name of the target Workflow.

Inherited from

$Properties.namespace


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

$Properties.updateMask


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

$Properties.workflowExecution


workflowExecutionOptions

Optional workflowExecutionOptions: null | $Properties

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

Inherited from

$Properties.workflowExecutionOptions