- take different actions based on page content
- handle success and failure cases differently
- take additional steps or skip steps when certain conditions are met.
Building branches
The productionize agent infers and builds branches in the production file from your conversation history. For example, a state dropdown on a healthcare form may have additional questions depending on the state selected.
data/variables.json
workspace/flow.py
Using configs
Use variables to build configurations that modify workflow behavior. This lets you maintain a single workflow while changing end states or actions based on config flags.data/variables.json
workspace/flow.py
