agently-triggerflow-orchestration
Installation
SKILL.md
Agently TriggerFlow Orchestration
This skill covers TriggerFlow as an async-first, signal-driven orchestration runtime in Agently. It focuses on chunks, signals, event routing, execution entrypoints, and result ownership. It does not cover reusable workflow-pattern selection, state-placement design, runtime-resource boundaries, sub-flow-specific parent-child boundaries, interrupt handling, runtime stream, flow-config export/import, Mermaid generation, or execution-state persistence and restore.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
- understanding TriggerFlow as a signal-driven orchestrator
chunk,to(...),when(...),if_condition(...),match(...),end(), andset_result(...)create_execution(),async_start_execution(),async_start(), andstart()set_contract(...)andget_contract()- runtime validation of initial input, user stream items, and final result
Do not use this skill for: