View source: R/swf_operations.R
swf_poll_for_decision_task | R Documentation |
Used by deciders to get a DecisionTask from the specified decision taskList
. A decision task may be returned for any open workflow execution that is using the specified task list. The task includes a paginated view of the history of the workflow execution. The decider should use the workflow type and the history to determine how to properly handle the task.
See https://www.paws-r-sdk.com/docs/swf_poll_for_decision_task/ for full documentation.
swf_poll_for_decision_task(
domain,
taskList,
identity = NULL,
nextPageToken = NULL,
maximumPageSize = NULL,
reverseOrder = NULL,
startAtPreviousStartedEvent = NULL
)
domain |
[required] The name of the domain containing the task lists to poll. |
taskList |
[required] Specifies the task list to poll for decision tasks. The specified string must not contain a |
identity |
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined. |
nextPageToken |
If The configured The |
maximumPageSize |
The maximum number of results that are returned per call. Use
This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum. |
reverseOrder |
When set to |
startAtPreviousStartedEvent |
When set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.