View source: R/swf_operations.R
swf_request_cancel_workflow_execution | R Documentation |
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.
swf_request_cancel_workflow_execution(domain, workflowId, runId = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.