Task Templates
A task template is the blueprint for a unit of work. It describes what should happen when a task is started: which services to call, in what order, what input the task expects, and what configuration each step receives.
You design task templates visually in the Requence UI using a node-based canvas. Each node in the graph represents a step in the task, and edges between nodes define the execution flow. When a task is started — through the UI, a webhook, or programmatically — Requence walks the graph and dispatches work to the connected services.