View source: R/sfn_operations.R
sfn_get_execution_history | R Documentation |
Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp
of the events. Use the reverseOrder
parameter to get the latest events first.
See https://www.paws-r-sdk.com/docs/sfn_get_execution_history/ for full documentation.
sfn_get_execution_history(
executionArn,
maxResults = NULL,
reverseOrder = NULL,
nextToken = NULL,
includeExecutionData = NULL
)
executionArn |
[required] The Amazon Resource Name (ARN) of the execution. |
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. |
reverseOrder |
Lists events in descending order of their |
nextToken |
If |
includeExecutionData |
You can select whether execution data (input or output of a history
event) is returned. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.