Skip to main content

Interface: IUpdateWorkflowExecutionRequest

workflowservice.v1.IUpdateWorkflowExecutionRequest

Properties of an UpdateWorkflowExecutionRequest.

Hierarchy

Properties

firstExecutionRunId

Optional firstExecutionRunId: null | string

If set, this call will error if the most recent (if no Run Id is set on workflow_execution), or specified (if it is) Workflow Execution is not part of the same execution chain as this Id.

Inherited from

$Properties.firstExecutionRunId


namespace

Optional namespace: null | string

The namespace name of the target Workflow.

Inherited from

$Properties.namespace


request

Optional request: null | $Properties

The request information that will be delivered all the way down to the Workflow Execution.

Inherited from

$Properties.request


waitPolicy

Optional waitPolicy: null | $Properties

Specifies client's intent to wait for Update results. NOTE: This field works together with API call timeout which is limited by server timeout (maximum wait time). If server timeout is expired before user specified timeout, API call returns even if specified stage is not reached. Actual reached stage will be included in the response.

Inherited from

$Properties.waitPolicy


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