Interface: IRequestCancelExternalWorkflowExecutionCommandAttributes
command.v1.IRequestCancelExternalWorkflowExecutionCommandAttributes
Properties of a RequestCancelExternalWorkflowExecutionCommandAttributes.
Implemented by
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.
control
• Optional control: null | string
Deprecated.
namespace
• Optional namespace: null | string
RequestCancelExternalWorkflowExecutionCommandAttributes namespace
reason
• Optional reason: null | string
Reason for requesting the cancellation
runId
• Optional runId: null | string
RequestCancelExternalWorkflowExecutionCommandAttributes runId
workflowId
• Optional workflowId: null | string
RequestCancelExternalWorkflowExecutionCommandAttributes workflowId