# PreviewBpmnInstance
## Properties
**bpmn_xml** | **String** | the BPMN 2.0 XML as currently open in the editor |
**path** | Option<**String**> | Optional: only for scope-checking and job attribution (audit log, job list). Never resolved to a deployed `bpmn_flow` row. | [optional]
**flow_input** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | Start variables for this run, addressed by the process as `flow_input.<name>`. | [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)