The workflow phase model represents a workflow phase in Falcon.
id | integer The id of the workflow phase. |
hash | string The unique hash of the workflow phase. |
position | integer The position of the workflow phase within the workflow. |
name | string The name of the workflow phase. |
summary | string The summary of the workflow phase. |
umask | integer The minimum permission for the authenticated user to start the workflow phase.
|
created_time | string <date-time> The created time of the workflow phase. |
modified_time | string <date-time> The modified time of the workflow phase. |
modified_user_time | string <date-time> The modified user time of the workflow phase. |
model | string The workflow phase model. |
object (Workflow) The workflow of the workflow phase. | |
object (User) The created user of the workflow phase. | |
object (User) The modified user of the workflow phase. |
{- "id": 1,
- "hash": "e16c801e127b6a7c711e5e7c975550b79978e9f8",
- "position": 1,
- "name": "DOI1",
- "summary": "Potential identified",
- "umask": 2,
- "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",
- "model": "WorkflowPhase",
- "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"
}
}