View source: R/swf_operations.R
swf_get_workflow_execution_history | R Documentation |
Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken
returned by the initial call.
See https://www.paws-r-sdk.com/docs/swf_get_workflow_execution_history/ for full documentation.
swf_get_workflow_execution_history(
domain,
execution,
nextPageToken = NULL,
maximumPageSize = NULL,
reverseOrder = NULL
)
domain |
[required] The name of the domain containing the workflow execution. |
execution |
[required] Specifies the workflow execution for which to return the history. |
nextPageToken |
If The configured |
maximumPageSize |
The maximum number of results that are returned per call. Use
|
reverseOrder |
When set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.