{
"id": "workflow_run_1234",
"status": "PROCESSED",
"initialRunAt": "2023-01-01T09:41:00.000Z",
"reviewedByUser": "user@example.com",
"reviewedAt": "2023-01-10T05:39:14.500Z",
"startTime": "2023-01-01T09:41:00.000Z",
"endTime": "2023-01-10T05:39:24.500Z",
"workflowId": "workflow_1234",
"workflowName": "My Workflow",
"workflowVersionId": "workflow_version_1234",
"batchId": "batch_1234",
"rejectionNote": "This workflow run was rejected because it was not valid.",
"createdAt": "2023-01-01T09:41:00.000Z",
"updatedAt": "2023-01-10T05:39:24.500Z"
}
{
"id": "workflow_run_1234",
"status": "PROCESSED",
"initialRunAt": "2023-01-01T09:41:00.000Z",
"reviewedByUser": "user@example.com",
"reviewedAt": "2023-01-10T05:39:14.500Z",
"startTime": "2023-01-01T09:41:00.000Z",
"endTime": "2023-01-10T05:39:24.500Z",
"workflowId": "workflow_1234",
"workflowName": "My Workflow",
"workflowVersionId": "workflow_version_1234",
"batchId": "batch_1234",
"rejectionNote": "This workflow run was rejected because it was not valid.",
"createdAt": "2023-01-01T09:41:00.000Z",
"updatedAt": "2023-01-10T05:39:24.500Z"
}
Hide properties
PENDING
: if the run queued and is waiting to be processedPROCESSING
: if the run has started processingNEEDS_REVIEW
: if the run needs to be manually reviewed in the UIREJECTED
: if the run was manually rejectedPROCESSED
: if the run is fully processedFAILED
: if the run failed{
"id": "workflow_run_1234",
"status": "PROCESSED",
"initialRunAt": "2023-01-01T09:41:00.000Z",
"reviewedByUser": "user@example.com",
"reviewedAt": "2023-01-10T05:39:14.500Z",
"startTime": "2023-01-01T09:41:00.000Z",
"endTime": "2023-01-10T05:39:24.500Z",
"workflowId": "workflow_1234",
"workflowName": "My Workflow",
"workflowVersionId": "workflow_version_1234",
"batchId": "batch_1234",
"rejectionNote": "This workflow run was rejected because it was not valid.",
"createdAt": "2023-01-01T09:41:00.000Z",
"updatedAt": "2023-01-10T05:39:24.500Z"
}