Each time an automation or agent task is completed, regardless of whether it succeeds or fails, it counts as an execution. To run an automation, you must configure the trigger and action connector, then enable the automation. Even if the automation includes multiple steps, it is still counted as a single execution. For agent tasks, each operation initiated by the agent, such as data processing or a service request, also counts as one execution, regardless of the number of internal steps involved.
Additional Resource: In the Execution Log section, you will find details about each execution.
The following event counts as an execution:
The following events do not count as an execution:
For example, consider automating a Slack message whenever a new entry is created in Contentstack. Each trigger of the automation will be counted as an execution.
The different statuses of an execution visible in the Execution Log are as follows:
Certain API errors, or missing configuration of an action step in Automate can cause the entire automation to fail. If you encounter this issue, you can use the Retry Execution feature to troubleshoot the automation.
With this feature, you can retry the execution up to 2 times using the following steps:

Note: The first attempt occurs when you activate and execute the automation. In the Retry Execution pop-up, you can retry the execution up to 2 more times.
Additionally, you can click the Copy icon to copy and debug the code.
Let’s explore a few use cases to understand the Retry Execution feature better.
If an automation fails in the first attempt due to any technical issue or server error at the exact time of execution, follow these steps:


If an automation fails even after retrying, follow these steps:
If the action step was previously configured with invalid or incorrect values, the execution will show a Failed status.
In the Retry Execution pop-up, you can retry the execution up to 2 times. You can debug the code by checking the payload. If the error is due to a third-party API or within Automate, please contact our support team for assistance.
If an automation fails and you reconfigure a new trigger, retrying the same execution will result in an error message:
This happens because the execution still has the payload data for the previously configured trigger. You must initiate a new execution to validate the changes.
If an automation runs successfully on the first attempt, you will see a success message as shown below:
