Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.69 KB

DecisionDefinitionDto.md

File metadata and controls

22 lines (17 loc) · 1.69 KB

DecisionDefinitionDto

Properties

Name Type Description Notes
id Option<String> The id of the decision definition [optional]
key Option<String> The key of the decision definition, i.e., the id of the DMN 1.0 XML decision definition. [optional]
category Option<String> The category of the decision definition. [optional]
name Option<String> The name of the decision definition. [optional]
version Option<i32> The version of the decision definition that the engine assigned to it. [optional]
resource Option<String> The file name of the decision definition. [optional]
deployment_id Option<String> The deployment id of the decision definition. [optional]
tenant_id Option<String> The tenant id of the decision definition. [optional]
decision_requirements_definition_id Option<String> The id of the decision requirements definition this decision definition belongs to. [optional]
decision_requirements_definition_key Option<String> The key of the decision requirements definition this decision definition belongs to. [optional]
history_time_to_live Option<i32> History time to live value of the decision definition. Is used within History cleanup. [optional]
version_tag Option<String> The version tag of the decision definition. [optional]

[Back to Model list] [Back to API list] [Back to README]