Stop a Workflow from continuing if one or more conditions are not met. Use this to gate execution — for example, only proceed if a support ticket is marked as high priority, or if a sentiment analysis returned “Negative.”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.
Add the action
In the Workflow builder, click + between blocks and select Only Continue If from the action library.



Add a condition
Click Add Condition and configure:

For example: If
- Field — The variable to evaluate (from a previous step or the trigger)
- Operator — The comparison type (Equals, Contains, etc.)
- Value — The value to compare against


#Analyze Sentiment of Ticket contains Negative, continue.