Creating Steps
Drag a step onto the canvas and configure its executor type in the properties panel. Each step can use one of the following executors:Step Types
Beyond basic steps, you can build complex workflows using these step types:
Configuring Complex Steps
Step types likeCondition, Router, and Loop require logic to control their behavior: either a Python function or a CEL expression. For example, you can use a CEL expression to evaluate if the input contains the word “apple”:
