Workflow Folders & Colorization

We have colored the workflows according to the action types they run and put them in folders according to the work they do. In this way, you can easily examine and modify these. Workflows by colors:
Image without caption
Blue - Client Side Actions
"Client-side" actions happening on the page that don't use up your app's capacity. These include most of the "Element Actions" actions.
Image without caption
Green - New/Modify Data Actions
Actions that create new Things or modify Things (table entries in the database).
Image without caption
Purple - Custom States Actions
Actions that utilize custom state values or sets the value of custom states.
Image without caption
Red - Delete Thing/Remove Thing from List Actions
Actions that delete Things or remove Things from a field's List of Things. Or, actions that reset groups and inputs' values.
Image without caption
Orange - Navigation Actions
Actions that navigate the User to other pages within the application. Or, "Do When Condition is True" events which utilize page parameters.
Image without caption
Cyan - Custom Events Actions
Custom Events.
Image without caption
Brown - Email Actions
Actions that send emails.
Image without caption
Gray - Others
Other actions.
Workflows by folders:
  • admin-dashboard folders
    • Image without caption
  • restaurant-dashboard folders
Image without caption
  • courier-dashboard folders
Image without caption
  • Backend workflows folders
Image without caption
Share