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(), and set_result(...)
  • create_execution(), async_start_execution(), async_start(), and start()
  • set_contract(...) and get_contract()
  • runtime validation of initial input, user stream items, and final result

Do not use this skill for:

  • pause_for(...), continue_with(...), or pending-interrupt handling
Related skills

More from agentera/agently-skills

Installs
1
GitHub Stars
8
First Seen
Mar 11, 2026