Orchestrator

test-fcpa

Version: 20260713165431-f0f7f93b

Graph

enumerate (enumerate)

Node Configuration

enumerate (enumerate)
KeyValue
params
since_date
max_results
function
response_key
Saves to disk and updates any active crons using this pipeline

Run with Parameters

Pipeline JSON

{
  "edges": [
    {
      "to": "enumerate",
      "from": "__start__"
    },
    {
      "to": "__end__",
      "from": "enumerate"
    }
  ],
  "nodes": [
    {
      "name": "enumerate",
      "type": "enumerate",
      "config": {
        "params": {
          "since_date": "2020-01-01",
          "max_results": 200
        },
        "function": "fcpa_tracker",
        "response_key": "payloads"
      }
    }
  ]
}
Back to Pipelines