The workflow model represents a workflow in Falcon.
id | integer The id of the workflow. |
hash | string The unique hash of the workflow. |
name | string The name of the workflow. |
start_time_tolerance_yellow | integer [ 0 .. 365 ] The start time tolerance for a yellow traffic light of the workflow. |
start_time_tolerance_red | integer [ 0 .. 365 ] The start time tolerance for a red traffic light of the workflow. |
start_time_tolerance_started | integer or null [ 0 .. 365 ] The start time tolerance for a started traffic light of the workflow. |
created_time | string <date-time> The created time of the workflow. |
modified_time | string <date-time> The modified time of the workflow. |
modified_user_time | string <date-time> The modified user time of the workflow. |
programs_count | integer >= 0 The number of programs that use this workflow. Only workflows without assigned programs can be deleted. |
model | string The workflow model. |
object (User) The created user of the workflow. | |
object (User) The modified user of the workflow. |
{- "id": 1,
- "hash": "36324e5b988caef7338b14f841f922956d433c17",
- "name": "Airborne (Default)",
- "start_time_tolerance_yellow": 3,
- "start_time_tolerance_red": 7,
- "start_time_tolerance_started": 7,
- "created_time": "2022-06-27T09:48:06.000000Z",
- "modified_time": "2022-06-27T09:48:06.000000Z",
- "modified_user_time": "2022-06-27T09:48:06.000000Z",
- "programs_count": 1,
- "model": "Workflow",
- "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}