Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId
Source:R/swf_operations.R
swf_request_cancel_workflow_execution.RdRecords 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.