tandem-server 0.6.2

HTTP server for Tandem engine APIs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "schema_version": 1,
  "runs": {
    "run-fixture-versioned": {
      "run_id": "run-fixture-versioned",
      "automation_id": "automation-fixture",
      "trigger_type": "manual",
      "status": "queued",
      "created_at_ms": 1,
      "updated_at_ms": 1,
      "checkpoint": {
        "pending_nodes": ["compose_email"]
      }
    }
  }
}