Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.24 KB

File metadata and controls

19 lines (14 loc) · 1.24 KB

CaseDefinitionDto

Properties

Name Type Description Notes
id Option<String> The id of the case definition [optional]
key Option<String> The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition. [optional]
category Option<String> The category of the case definition. [optional]
name Option<String> The name of the case definition. [optional]
version Option<i32> The version of the case definition that the engine assigned to it. [optional]
resource Option<String> The file name of the case definition. [optional]
deployment_id Option<String> The deployment id of the case definition. [optional]
tenant_id Option<String> The tenant id of the case definition. [optional]
history_time_to_live Option<i32> History time to live value of the case definition. Is used within History cleanup. [optional]

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