Activepieces · Example Payload

Activepieces Flow Run Example

AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

Activepieces Flow Run Example is an example object payload from Activepieces, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcreatedupdatedprojectIdflowIdstatusstartTimefinishTimeduration

Example Payload

Raw ↑
{
  "id": "run-abc123",
  "created": "2025-03-15T14:30:00Z",
  "updated": "2025-03-15T14:30:00Z",
  "projectId": "abc123",
  "flowId": "abc123",
  "status": "RUNNING",
  "startTime": "2025-03-15T14:30:00Z",
  "finishTime": "2025-03-15T14:30:00Z",
  "duration": 1234
}