View source: R/swf_operations.R
swf_record_activity_task_heartbeat | R Documentation |
Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken
is still making progress. The worker can also specify details of the progress, for example percent complete, using the details
parameter. This action can also be used by the worker as a mechanism to check if cancellation is being requested for the activity task. If a cancellation is being attempted for the specified task, then the boolean cancelRequested
flag returned by the service is set to true
.
See https://www.paws-r-sdk.com/docs/swf_record_activity_task_heartbeat/ for full documentation.
swf_record_activity_task_heartbeat(taskToken, details = NULL)
taskToken |
[required] The
|
details |
If specified, contains details about the progress of the task. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.