swf_request_cancel_workflow_execution: Records a WorkflowExecutionCancelRequested event in the...

View source: R/swf_operations.R

swf_request_cancel_workflow_executionR 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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.