swf_respond_activity_task_canceled {paws.application.integration} | R Documentation |
Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled
Description
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.
Usage
swf_respond_activity_task_canceled(taskToken, details = NULL)
Arguments
taskToken |
[required] The
|
details |
Information about the cancellation. |
[Package paws.application.integration version 0.9.0 Index]