Appearance
Change Flow
Overview
Switches the platform to a different flow state when triggered. Use this to transition between different operational modes or process stages within a single solution.
Use Change Flow when:
- Transitioning from an inspection phase to a sorting or packaging phase.
- Switching between different AI model configurations based on product type.
Inputs
| Name | Type | Description |
|---|---|---|
| trigger | any | Switches the platform to the target state upon receiving any signal. |
Parameters
| Parameter | Default | Valid values | Tunable |
|---|---|---|---|
| Target flow | None | FlowID or None | ❌ |
Target flow
Selects which flow or state the platform should switch to. If set to None, no switch occurs.
Example
Mode transition
The system switches from a "Setup" flow to a "Production" flow once a calibration check is complete.
Configuration:
- Target state:
6ba7b810-9dad-11d1-80b4-00c04fd430c8
Result: The platform stops executing the current flow and begins the "ProductionFlow_01" flow.
Related links
Reference:
- Capture Flow — saves the current flow state for later retrieval
- Timer — can trigger a state switch after a set duration