Interface: IRequestCancelExternalWorkflowExecutionCommandAttributes
command.v1.IRequestCancelExternalWorkflowExecutionCommandAttributes
Properties of a RequestCancelExternalWorkflowExecutionCommandAttributes.
Hierarchy
-
↳
IRequestCancelExternalWorkflowExecutionCommandAttributes
Properties
childWorkflowOnly
• Optional childWorkflowOnly: null | boolean
Set this to true if the workflow being cancelled is a child of the workflow originating this command. The request will be rejected if it is set to true and the target workflow is not a child of the requesting workflow.
Inherited from
control
• Optional control: null | string
Deprecated.
Inherited from
namespace
• Optional namespace: null | string
Deprecated. Cross-namespace operations are disabled by default as of server 1.30.1.
Inherited from
reason
• Optional reason: null | string
Reason for requesting the cancellation
Inherited from
runId
• Optional runId: null | string
RequestCancelExternalWorkflowExecutionCommandAttributes runId
Inherited from
workflowId
• Optional workflowId: null | string
RequestCancelExternalWorkflowExecutionCommandAttributes workflowId