# NewBpmnFlow
## Properties
**path** | **String** | |
**summary** | **String** | |
**description** | Option<**String**> | | [optional]
**bpmn_xml** | **String** | |
**schema** | Option<[**serde_json::Value**](.md)> | JSON Schema of the process's start variables (the `flow_input` accepted by `POST /bpmn/run/p/{path}`). Optional: when omitted, it is derived server-side from the deployed diagram — declared start form properties plus variables the process reads but never sets. Supply one only to override that derivation. | [optional]
**draft_only** | Option<**bool**> | | [optional]
**labels** | Option<**Vec<String>**> | | [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)