swf_count_pending_decision_tasks: Returns the estimated number of decision tasks in the...

View source: R/swf_operations.R

swf_count_pending_decision_tasksR Documentation

Returns the estimated number of decision tasks in the specified task list

Description

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.

Usage

swf_count_pending_decision_tasks(domain, taskList)

Arguments

domain

[required] The name of the domain that contains the task list.

taskList

[required] The name of the task list.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.