Index Page
The index page is the main page of the Workflow Editor management system. It displays and lists all saved workflows, making it easy to access and manage your workflows.
Clicking on the Workflow icon in the left menu provides quick access to key features and information, including All Workflows, Data Samples, Code Templates, and Exceptions:
All Workflows - Redirects you back to the index page of workflows after navigating away from the workflows list.
Data samples - View and access JSON data samples. These examples serve as a reference where you can find the names of attributes for each type of entity in the system - a helpful starting point for creating new workflows.
Code templates - A space to write general functions in Python or Ruby that can be called within various workflows, eliminating the need to rewrite the same function in multiple flows.
Exceptions -Includes a log of exceptions raised during workflow runs, allowing you to easily identify and troubleshoot any issues that may arise during execution.
With the help of these features, you can efficiently manage your workflows and make use of helpful resources to create and modify them.