The flow skill builds Flow Designer flows and subflows (sys_hub_flow). Add actions, subflow calls, logic branches, and flow variables. Use publish to activate flows and rebuild_label_cache to ensure accurate display names.
Flow
Flow Designer flows, subflows, actions, and triggers.
| Operation | Description |
|---|---|
| add_action | Add an action step to a flow |
| add_flow_variable | Add a flow variable definition |
| add_logic | Add a logic block (if/else, for-each, make_a_decision, dynamic_flow, get_flow_outputs) |
| add_stage | Add a named stage to a subflow |
| add_subflow_call | Add a subflow call step to a flow |
| copy_flow | Clone a flow into the target scope |
| create_flow | Create a Flow Designer flow |
| create_subflow | Create a reusable subflow |
| create_trigger_template | Create a reusable trigger template |
| delete_flow | Delete a flow or subflow |
| extract_trigger_template | Extract an existing trigger as a template |
| publish | Publish a flow or subflow |
| rebuild_label_cache | Rebuild the label cache for display names |
| set_flow_variables | Set flow-level variable values |
Run sn ops flow to see the full input schema for each operation.
You
Create a flow that triggers when a critical incident is created and sends a notification to the on-call team.