Workflow Overview
Clicking on the "Overview" button on a workflow in a Pack will open the Workflow Overview page. This page displays general information and settings of the Automated workflow and allows you to edit these settings to meet your needs. On the left-hand side is a preview of the current published version of the selected automated workflow.
Published workflow versions may be different the the automated workflow version in the workflow editor.
Overview of an Automated Workflow
Parameter | Description |
---|---|
Workflow name | Name of the Workflow. |
Active/Inactive | Published workflows can be switched between active or inactive mode. |
Description | Description of the Workflow. |
Vendor | The Vendor icon associated with the Workflow. |
Tags | Tags used to easily search for the Workflow. |
Runner | Environment in which the Workflow is run. The default runner that is used is Blink-Cloud. |
Serial Workflow Runs | When a workflow is set to run in serial, it executes runes one after another in the order of occurrence. When turned off, the workflow |
Run methods | Methods to run a Workflow (depending on the trigger type). |
Self service | Exposes or hides the Workflow in the Self-service portal. |
Notify on error | Email address for notifications if errors occur during an execution. |
Run workflow on error | Enables a workflow to run when there is an error during an execution. |
Filtering a Workflow by Tags:
In the "Tags" section of the Workflow overview , you also have the option to create you own tag(s) for the Automated Workflow by entering a tag name of your choice.
After creating a tag, you can simply locate it in the "Tags" section on the left-hand sidebar of the workflow page. Use this tag to easily search or filter the desired Workflow in both the workflows list and the self-service portal.
Workflow Editor and Workflow Run Logs
Click anywhere on the workflow within the Workflow Pack.
You will be directed to the workflow editor, where you can find two tabs at the top of the screen. The "Editor" tab is the default tab for editing the selected workflow and the "Run Log" tab to access the workflow's Run Logs.
To view the workflows's Run Logs, select the Run Logs tab, and then choose the specific Automated Workflow's Run Log you wish to view. Next to each Automated Workflow, it will indicate whether it is a "Test Run Log" or an "Active Run Log" as well as the time selected Automated Workflow was executed.
In the top right corner, you can click on the three dots button , a dialogue box will open offering three options: Edit Yaml where you can make any changes to the "YAML" format, "Settings" to view and edit details of the selected workflow, and Version History to access various version histories for the selected workflow.
Interactive Tutorial Guide:
You can also refer to the following tutorial guides for a more in-depth understanding of how to the Workflow Editor and Workflow Run Logs works
Re-run Previous Inputs of a Workflow's Execution
The "Rerun with published version" feature enables you to execute the current published version of a selected Workflow using the input parameter values from a previous execution.
Please note, that the "Rerun with published version" feature is only applicable for On-Demand Workflows
.
Navigate to the "Run Log" tab to access the Selected Workflow's Run Logs.
In the left-hand sidebar, select the icon of the execution you want to re-run with its input parameter values. Then click the "Rerun with published version" button.
- A pop-up window will appear, showing all the input values from the selected run. If the published version has any new input parameters, they will also be displayed and you will need to fill them in.
- In the left-hand sidebar, you can find the re-run execution details, including the user who executed the workflow and time of execution, as well as the version from which the re-run was executed.
Autosave Workflow Draft
When you make edits to your workflow steps in the workflow editor, the system will save your changes automatically. To check the timestamp of your latest modifications, simply hover over the All Changes Saved link located in the top-right corner. Clicking on this link will open the workflow's version history, allowing you to review or restore its previous versions.
If workflow fails to save, such as during a lack of internet connection, the autosave indicator will display not saved. Hovering over the indicator will provide additional details, if relevant.
To avoid conflicts or potential loss of work, please be aware that concurrent editing is restricted. If a user is currently working in the editor, others will be unable to edit the same workflow to ensure a seamless process.
Viewing Automated Workflow 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 Automated Workflow
See the payload that triggered a certain event.
Please note that this is relevant for workflows 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.