View source: R/swf_operations.R
swf_respond_activity_task_failed | R Documentation |
Used by workers to tell the service that the ActivityTask identified by the taskToken
has failed with reason
(if specified). The reason
and details
appear in the ActivityTaskFailed
event added to the workflow history.
See https://www.paws-r-sdk.com/docs/swf_respond_activity_task_failed/ for full documentation.
swf_respond_activity_task_failed(taskToken, reason = NULL, details = NULL)
taskToken |
[required] The
|
reason |
Description of the error that may assist in diagnostics. |
details |
Detailed information about the failure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.