Skip to main content

Interface: IUpdateWorkflowExecutionRequest

workflowservice.v1.IUpdateWorkflowExecutionRequest

Properties of an UpdateWorkflowExecutionRequest.

Implemented by

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.


namespace

Optional namespace: null | string

The namespace name of the target workflow


request

Optional request: null | IRequest

The request information that will be delivered all the way down to the workflow execution.


waitPolicy

Optional waitPolicy: null | IWaitPolicy

Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

The target workflow id and (optionally) a specific run thereof (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --)