swf_respond_activity_task_completed {paws.application.integration} | R Documentation |
Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided)
Description
Used by workers to tell the service that the ActivityTask identified by the taskToken
completed successfully with a result
(if provided). The result
appears in the ActivityTaskCompleted
event in the workflow history.
See https://www.paws-r-sdk.com/docs/swf_respond_activity_task_completed/ for full documentation.
Usage
swf_respond_activity_task_completed(taskToken, result = NULL)
Arguments
taskToken |
[required] The
|
result |
The result of the activity task. It is a free form string that is implementation specific. |
[Package paws.application.integration version 0.6.0 Index]