Flows
Flow Structure
id: flow-id # Unique flow identifier
name: Flow Name # Human-readable flow name
nodes: # Array of processing nodes
- type: trigger
name: node-name
displayName: Node Name
# ... node-specific properties
edges: # Array of routing connections
- source: source-node-name
target: target-node-name
type: stepForward
# ... edge-specific propertiesFlow Properties
Flow Components
Component
Purpose
Description
Example
Last updated