Automation Overview page
Clicking on any Automation in a Pack takes you to the Automation Overview page. This page displays general information about the Automation, details of each Step, and details about past executions.
Overview of an Automation
The Overview page displays information about an existing Automation and enables you to Edit or run the Automation.
The left-hand side displays the details of an Automation.
Parameter | Description |
---|---|
Activate/deactivate | Activates or deactivates the Automation. |
Automation name | Name of the Automation. |
Description | Description of the Automation. |
Tags | Tags used to easily search for the Automation. |
Run environment | Environment in which the Automation is run. The default runner that is used is Blink-Cloud. |
Run methods | Methods to run an Automation (depending on the trigger type). |
Self service | Exposes or hides the Automation in the Self-service portal. |
Notify on error | Email address for notifications if errors occur during an execution. |
Click to edit.
The right-hand side of the Automation page displays the details of a specific Automation (input and output parameters, and its Steps). By clicking on a Step its details are exposed.
Viewing Automation outputs
View past executions in the Execution History tab. The left-hand side of the screen lists a history of executions and their status. The status can be one of the following:
Status | Icon | Description |
---|---|---|
Completed | The Automation has run successfully. | |
Stopped | The Automation has been stopped by the creator. | |
In progress | The Automation is running. | |
Pending | A Step is pending human approval. | |
Failed | The Automation failed to execute successfully. | |
Timed out | A Step has timed out as no approval was granted. |
- Click on any execution and the details of that specific execution are displayed. On the top of the page, a status bar shows relevant information pertaining to the execution. Beneath it you can see input parameters entered by the user, and details of each Step.
- At the bottom of the page, click on an output parameter to see details about a specific output that was returned to the user.
Viewing the event payload of event-based Automation
See the payload that triggered a certain event.
Note This is relevant for Automations triggered by webhooks and pre-defined events.
- Navigate to see past executions in the Execution History tab and select an execution.
- View the event payload of an event-based Automation by clicking View Event next to the Trigger. An Event dialog box opens. You can copy the event to create another Automation.