FlowRun
Object| Field | Type | Description |
|---|---|---|
| body | Map!required | |
| config | FlowConfig!required | |
| createdAt | Time!required | |
| env | FlowEnv!required | |
| error | ||
| flow | Flow!required | |
| flowID | ID!required | |
| id | ID!required | |
| metaGraph | MetaGraph!required | |
| resources | FlowResourceConnection!required | |
| revision | FlowRevision!required | |
| revisionID | ID!required | |
| runTimeout | String!required | Run timeout in string format, e.g.: "1s", "2.3h" or "4h35m". (Optional; when not set, run must be stopped manually) |
| startedAt | ||
| status | FlowRunStatus!required | |
| stopTimeout | String!required | Stop timeout in string format, e.g.: "1s", "2.3h" or "4h35m". (Default: 1s) |
| stoppedAt | ||
| updatedAt | Time!required |