Version: 20260814153507-c66b5916
{
"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": {
"tracker": "fcpa-indicted"
},
"function": "list_watched_dockets",
"response_key": "payloads"
}
},
{
"name": "dispatch",
"type": "http_dispatch",
"config": {
"source_key": "payloads",
"enrichment_key": "blaw-fcpa-indictments-extract",
"ace_environment": "sb"
}
},
{
"name": "wait",
"type": "batch_await",
"config": {
"timeout_minutes": 45,
"poll_interval_seconds": 5
}
},
{
"name": "summary",
"type": "batch_summary",
"config": {
"notify_on_failure_rate": 0.1
}
},
{
"name": "alert",
"type": "notify",
"config": {
"on": "alert",
"channel": "sns"
}
}
],
"_comment": "Dispatch every docket on the fcpa-indicted watchlist for extraction. No per-entry dedup: list_watched_dockets is docket-level and idempotent, so this simply re-dispatches the current watchlist each run."
}