AWS Step Functions Jobs: Restart Executions
Step Functions Restart Execution jobs allow you to restart a job execution in AWS Step Functions from Automic Automation.
Restarting allows you to run only the last State Machine execution. For more information, see Canceling and Restarting AWS Step Functions Jobs.
If you want to restart an execution prior to the last one, you need to run a Restart Execution Job.
This page includes the following:
Defining Step Functions Restart Execution Job Properties
On the Restart Execution Job page, you define the parameters relevant to run the job on your AWS Step Functions environment:
-
Connection
Step Functions Connection object containing the relevant information to connect to the application.
To search for a Connection object, start typing its name to limit the list of the objects that match your input.
-
State Machine ARN
ARN of the State Machine that you want to run.
You can click the browse button to the right of the field to open a picker dialog with all the State Machine ARNs available and select the relevant one.
-
Execution ARN
ARN of the execution that you want to restart.
You can click the browse button to the right of the field to open a picker dialog with all the Execution ARNs available and select the relevant one.
See also: