Version: 20260831184033-628617b0
{
"edges": [
{
"to": "search",
"from": "__start__"
},
{
"to": "register_dockets",
"from": "search"
},
{
"to": "__end__",
"from": "register_dockets"
}
],
"nodes": [
{
"name": "search",
"type": "enumerate",
"config": {
"params": {
"searches": [
{
"query": "FCPA OR \"foreign corrupt practices act\"",
"dataset": "dockets",
"filters": [
{
"fieldId": "nature_of_suit",
"condition": {
"type": "IN_VALUES",
"values": [
"99999",
"470",
"690"
]
}
}
]
}
],
"since_date": "2020-01-01",
"max_results": 400
},
"function": "search_dockets",
"response_key": "payloads"
}
},
{
"name": "register_dockets",
"type": "enumerate",
"config": {
"params": {
"tracker": "fcpa",
"payloads": "$state.payloads",
"skip_persistence": false
},
"function": "register_tracker_watches",
"response_key": "watch_result"
}
}
],
"_comment": "Search Bloomberg Law for FCPA candidates from the trailing seven days and register docket results on the fcpa watchlist. The overlap accommodates daily cron delays and late indexing. Agency-material results remain available in the search output but are not watchlisted because they are not dockets."
}