agently-triggerflow-subflows
Installation
SKILL.md
Agently TriggerFlow Subflows
This skill covers TriggerFlow sub flows in Agently. It focuses on to_sub_flow(...), parent-child data handoff through capture and write_back, isolated child state, resource handoff, runtime-stream bridging, and the current sub-flow limits. It does not cover generic branching or batching, model-request details, interrupt handling as a standalone topic, flow-config export/import, or execution-state persistence.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
to_sub_flow(...)- deciding when a child workflow should be isolated instead of inlined
capturefrom parentvalue,runtime_data,flow_data, and resourceswrite_backinto parentvalue,runtime_data, andflow_data- child-flow state isolation from the parent and from the reusable child template
- parent runtime-stream visibility for child stream events
- current sub-flow limits such as child pause/resume support
Do not use this skill for: