Interface: IRequestCancelWorkflowExecutionRequest
workflowservice.v1.IRequestCancelWorkflowExecutionRequest
Properties of a RequestCancelWorkflowExecutionRequest.
Hierarchy
-
↳
IRequestCancelWorkflowExecutionRequest
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
identity
• Optional identity: null | string
The identity of the worker/client
Inherited from
links
• Optional links: null | $Properties[]
Links to be associated with the WorkflowExecutionCanceled event.
Inherited from
namespace
• Optional namespace: null | string
RequestCancelWorkflowExecutionRequest namespace
Inherited from
reason
• Optional reason: null | string
Reason for requesting the cancellation
Inherited from
requestId
• Optional requestId: null | string
Used to de-dupe cancellation requests
Inherited from
workflowExecution
• Optional workflowExecution: null | $Properties
RequestCancelWorkflowExecutionRequest workflowExecution