When a Workflow runs, every action’s output is shown in the results by default. For Workflows with preprocessing steps, API calls, or other internal operations, you may want to hide these from end users to create a cleaner, more focused results view. Hidden actions still execute normally — they just don’t appear in the output that users see when viewing run results.Documentation Index
Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
Use this file to discover all available pages before exploring further.
Hide an action
Open the action menu
Click the … button in the top-right corner of the action block you want to hide.
Toggle Include in Workflow output
Click Include in Workflow output from the dropdown menu. This toggles the action’s visibility in the results view.

What stays visible
- Test Workflow — hidden actions are still fully visible when you use the testing interface in the editor. This lets you debug without affecting what end users see.
- Run results and Previous Runs — hidden actions do not appear in run results or the Previous Runs view.
Next steps
Run and test Workflows
Learn about the testing interface and debugging tools.
Fallback values
Handle errors gracefully when actions fail during a run.
