# EvaluationConditionDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **variables** | Option<[**::std::collections::HashMap**](VariableValueDto.md)> | A map of variables which are used for evaluation of the conditions and are injected into the process instances which have been triggered. Each key is a variable name and each value a JSON variable value object with the following properties. | [optional] **business_key** | Option<**String**> | Used for the process instances that have been triggered after the evaluation. | [optional] **tenant_id** | Option<**String**> | Used to evaluate a condition for a tenant with the given id. Will only evaluate conditions of process definitions which belong to the tenant. | [optional] **without_tenant_id** | Option<**bool**> | A Boolean value that indicates whether the conditions should only be evaluated of process definitions which belong to no tenant or not. Value may only be true, as false is the default behavior. | [optional] **process_definition_id** | Option<**String**> | Used to evaluate conditions of the process definition with the given id. | [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)