View source: R/sfn_operations.R
sfn_list_executions | R Documentation |
Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. Using this API action, you can also list all redriven executions.
See https://www.paws-r-sdk.com/docs/sfn_list_executions/ for full documentation.
sfn_list_executions(
stateMachineArn = NULL,
statusFilter = NULL,
maxResults = NULL,
nextToken = NULL,
mapRunArn = NULL,
redriveFilter = NULL
)
stateMachineArn |
The Amazon Resource Name (ARN) of the state machine whose executions is listed. You can specify either a You can also return a list of executions associated with a specific
alias
or
version,
by specifying an alias ARN or a version ARN in the |
statusFilter |
If specified, only list the executions whose current execution status matches the given filter. |
maxResults |
The maximum number of results that are returned per call. You can use
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum. |
nextToken |
If |
mapRunArn |
The Amazon Resource Name (ARN) of the Map Run that started the child
workflow executions. If the You can specify either a |
redriveFilter |
Sets a filter to list executions based on whether or not they have been redriven. For a Distributed Map, If you do not provide a If you provide a state machine ARN in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.