# ExecutionDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | Option<**String**> | The id of the Execution. | [optional] **process_instance_id** | Option<**String**> | The id of the root of the execution tree representing the process instance. | [optional] **ended** | Option<**bool**> | Indicates if the execution is ended. | [optional] **tenant_id** | Option<**String**> | The id of the tenant this execution belongs to. Can be `null` if the execution belongs to no single tenant. | [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)