Version: 20260827152711-ac4eaceb
{
"edges": [
{
"to": "enumerate",
"from": "__start__"
},
{
"to": "dispatch",
"from": "enumerate"
},
{
"to": "wait",
"from": "dispatch"
},
{
"to": "summary",
"from": "wait"
},
{
"to": "alert",
"from": "summary"
},
{
"to": "__end__",
"from": "alert"
}
],
"nodes": [
{
"name": "enumerate",
"type": "enumerate",
"config": {
"params": {
"hours_back": 24
},
"function": "bdms_all_bills_rd",
"response_key": "payloads",
"timeout_seconds": 900
}
},
{
"name": "dispatch",
"type": "http_dispatch",
"config": {
"source_key": "payloads",
"enrichment_key": "",
"ace_environment": "sb",
"concurrency_limit": 10
}
},
{
"name": "wait",
"type": "batch_await",
"config": {
"timeout_minutes": 90,
"poll_interval_seconds": 30
}
},
{
"name": "summary",
"type": "batch_summary",
"config": {
"notify_on_failure_rate": 0.1
}
},
{
"name": "alert",
"type": "notify",
"config": {
"on": "alert",
"channel": "sns"
}
}
]
}