Workflow Scenarios
Build workflowsthat think and act
Design visual workflows that orchestrate agents, tools, and decisions. Triggered by events, guided by rules, and executed locally.
01Trigger
02Agent
03Tools
04Decision
05Approval
06Action
01 · Flow setup
Turn a task into a runnable workflow
After a user describes the work, iAgent organizes it into a clear draft workflow. The user reviews the steps before running it, then can inspect records or continue from a specific step.
02 · User confirmationAsk the user before important actions
Write, overwrite, send, and delete actions should not run without review. iAgent separates those steps and waits for the user to confirm.
03 · Error handlingSee which step caused the problem
When a workflow fails, the user needs to know which step failed, what input it used, what output it produced, and which later steps are affected.
04 · Pre-release checkRun samples before publishing a common workflow
A workflow that will be reused should not rely on one successful run. Before publishing it, run samples and check inputs, outputs, and key steps.