Orchestrator
Scheduled Pipelines
Pipelines
Runs
New Pipeline
Name
(alphanumeric, underscores, hyphens)
Blueprint JSON
{ "nodes": [ { "name": "enumerate", "type": "enumerate", "config": { "function": "", "params": {}, "response_key": "payloads" } }, { "name": "dispatch", "type": "http_dispatch", "config": { "enrichment_key": "", "source_key": "payloads", "ace_environment": "sb" } }, { "name": "wait", "type": "batch_await", "config": { "timeout_minutes": 60, "poll_interval_seconds": 5 } }, { "name": "summary", "type": "batch_summary", "config": { "notify_on_failure_rate": 0.1 } }, { "name": "alert", "type": "notify", "config": { "channel": "sns", "on": "alert" } } ], "edges": [ { "from": "__start__", "to": "enumerate" }, { "from": "enumerate", "to": "dispatch" }, { "from": "dispatch", "to": "wait" }, { "from": "wait", "to": "summary" }, { "from": "summary", "to": "alert" } ] }
Create Pipeline
Cancel