We have colored the workflows according to the action types they run and put them in folders according to their work. In this way, you can quickly examine and modify these.
Workflows by colors:
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.
Green - New/Modify Data Actions
Actions that create new Things or modify Things (table entries in the database).
Purple - Custom States Actions
Actions that utilize custom state values or sets the value of custom states.
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.
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.
Cyan - Custom Events Actions
Custom Events.
Brown - Email Actions
Actions that send emails.
Gray - Others
Other actions.