swf_request_cancel_workflow_execution {paws.application.integration} | R Documentation |
Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId
Description
Records a WorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests the cancellation of the workflow execution as a whole. It is up to the decider to take appropriate actions when it receives an execution history with this event.
See https://www.paws-r-sdk.com/docs/swf_request_cancel_workflow_execution/ for full documentation.
Usage
swf_request_cancel_workflow_execution(domain, workflowId, runId = NULL)
Arguments
domain |
[required] The name of the domain containing the workflow execution to cancel. |
workflowId |
[required] The workflowId of the workflow execution to cancel. |
runId |
The runId of the workflow execution to cancel. |
[Package paws.application.integration version 0.6.0 Index]