IAB Workflow Draft
← IAB Designer
Add a Start shape, your API calls, and an End, then connect them.

Read me: how workflows run

Export a workflow, then run it with iab_workflow.py. Standard procedures (Send Email, HTTP Request, Create Ticket…) run in the runtime itself, with no browser and no model.

How they run

Auto heal

Run a workflow

python3 iab_workflow.py my.workflow.json --params inputs.json --dry-run

Drop --dry-run to send for real. Secrets come from IAB_SECRET_<NAME> environment variables. See README.md and OOTB_PROCEDURES.md in the iab_workflow folder for more.