Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.35 KB

File metadata and controls

15 lines (10 loc) · 1.35 KB

EvaluationConditionDto

Properties

Name Type Description Notes
variables Option<::std::collections::HashMap<String, crate::models::VariableValueDto>> 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] [Back to API list] [Back to README]