View source: R/swf_operations.R
swf_respond_activity_task_canceled | R Documentation |
Used by workers to tell the service that the ActivityTask identified by the taskToken
was successfully canceled. Additional details
can be provided using the details
argument.
See https://www.paws-r-sdk.com/docs/swf_respond_activity_task_canceled/ for full documentation.
swf_respond_activity_task_canceled(taskToken, details = NULL)
taskToken |
[required] The
|
details |
Information about the cancellation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.