{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"projectId": "<string>",
"flowId": "<string>",
"tags": [
"<string>"
],
"flowVersionId": "<string>",
"flowDisplayName": "<string>",
"terminationReason": "<string>",
"logsFileId": "<string>",
"tasks": 123,
"status": "FAILED",
"startTime": "<string>",
"finishTime": "<string>",
"environment": "PRODUCTION",
"pauseMetadata": {
"type": "DELAY",
"resumeDateTime": "<string>"
},
"steps": {}
}
The schema is of type object
.