Describes an execution.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
This API action is not supported by EXPRESS
state machines.
sfn_describe_execution(executionArn)
[required] The Amazon Resource Name (ARN) of the execution to describe.
A list with the following syntax:
list( executionArn = "string", stateMachineArn = "string", name = "string", status = "RUNNING"|"SUCCEEDED"|"FAILED"|"TIMED_OUT"|"ABORTED", startDate = as.POSIXct( "2015-01-01" ), stopDate = as.POSIXct( "2015-01-01" ), input = "string", inputDetails = list( included = TRUE|FALSE ), output = "string", outputDetails = list( included = TRUE|FALSE ), traceHeader = "string" )
svc$describe_execution( executionArn = "string" )