# BpmnFlow
## Properties
**workspace_id** | **String** | |
**path** | **String** | |
**summary** | **String** | |
**description** | **String** | |
**bpmn_xml** | **String** | |
**schema** | Option<[**serde_json::Value**](.md)> | JSON Schema of the process's start variables, derived from the diagram at deploy time unless the deploying client supplied its own. Renders the run form. Absent for flows deployed before start-variable schemas existed. | [optional]
**draft_only** | Option<**bool**> | | [optional]
**labels** | Option<**Vec<String>**> | | [optional]
**archived** | **bool** | |
**edited_by** | **String** | |
**edited_at** | **String** | |
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**version_id** | Option<**i32**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)