View source: R/swf_operations.R
swf_count_pending_decision_tasks | R Documentation |
Returns the estimated number of decision 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 decision task was ever scheduled in then 0
is returned.
See https://www.paws-r-sdk.com/docs/swf_count_pending_decision_tasks/ for full documentation.
swf_count_pending_decision_tasks(domain, taskList)
domain |
[required] The name of the domain that contains the task list. |
taskList |
[required] The name of the task list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.