swf_count_pending_activity_tasks {paws.application.integration} | R Documentation |
Returns the estimated number of activity tasks in the specified task list
Description
Returns the estimated number of activity tasks in the specified task list. The count returned is an approximation and isn't guaranteed to be exact. If you specify a task list that no activity task was ever scheduled in then 0
is returned.
See https://www.paws-r-sdk.com/docs/swf_count_pending_activity_tasks/ for full documentation.
Usage
swf_count_pending_activity_tasks(domain, taskList)
Arguments
domain |
[required] The name of the domain that contains the task list. |
taskList |
[required] The name of the task list. |
[Package paws.application.integration version 0.7.0 Index]