| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| name | str | [optional] | |
| description | str | [optional] | |
| display_name | str | [optional] | |
| application_id | int | [optional] | |
| constructor_id | int | [optional] | |
| start_state_id | int | [optional] | |
| initiators | list[str] | [optional] | |
| properties | list[WorkflowProperty] | [optional] | |
| constructor | WorkflowFunction | [optional] | |
| functions | list[WorkflowFunction] | [optional] | |
| start_state | WorkflowState | [optional] | |
| states | list[WorkflowState] | [optional] |