Workflow orchestration for financial operations. Define multi-step payment flows, approval chains, and automated treasury operations.
- Visual workflow definition
- Multi-step transaction orchestration
- Conditional branching and retry logic
- Approval gates and manual steps
- Integration with Ledger, Payments, and Wallets
docker compose up -d
curl -X POST http://localhost:8080/v2/orchestration/workflows \
-H "Content-Type: application/json" \
-d '{
"name": "payment-flow",
"stages": [...]
}'MIT — see LICENSE