| name | data type | description |
|---|---|---|
| id | number | |
| name | string | |
| conditionEl | string | |
| version | number | |
| value | string | |
| wfTransitions | array of WFTransition | |
| model | boolean | |
| type | DecisionRuleTypeEnum | |
| transient | boolean |
Example
{
"id" : 12345,
"name" : "...",
"conditionEl" : "...",
"version" : 12345,
"value" : "...",
"wfTransitions" : [ {
"transient" : true,
"uuid" : "...",
"combinedEl" : "...",
"wfDecisionRules" : [ {
"id" : 12345,
"name" : "...",
"conditionEl" : "...",
"version" : 12345,
"value" : "...",
"wfTransitions" : [ { }, { } ],
"model" : true,
"type" : "RANGE_STRING",
"transient" : true
}, {
"id" : 12345,
"name" : "...",
"conditionEl" : "...",
"version" : 12345,
"value" : "...",
"wfTransitions" : [ { }, { } ],
"model" : true,
"type" : "RANGE_STRING",
"transient" : true
} ],
"priority" : 12345,
"conditionEl" : "...",
"toStatus" : "...",
"version" : 12345,
"fromStatus" : "...",
"description" : "...",
"workflow" : {
"descriptionOrCode" : "...",
"codeChanged" : true,
"description" : "...",
"referenceDescription" : "...",
"enableHistory" : true,
"descriptionAndCode" : "...",
"parentEntityType" : { },
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"disabled" : true,
"active" : true,
"referenceCode" : "...",
"id" : 12345,
"parentEntity" : { },
"notified" : true,
"transient" : true,
"auditable" : { },
"wfType" : "...",
"code" : "...",
"version" : 12345,
"historized" : true,
"transitions" : [ { }, { } ]
},
"id" : 12345,
"wfActions" : [ {
"userGroupCode" : "...",
"uuid" : "...",
"priority" : 12345,
"transient" : true,
"conditionEl" : "...",
"wfTransition" : { },
"id" : 12345,
"actionEl" : "...",
"version" : 12345
}, {
"userGroupCode" : "...",
"uuid" : "...",
"priority" : 12345,
"transient" : true,
"conditionEl" : "...",
"wfTransition" : { },
"id" : 12345,
"actionEl" : "...",
"version" : 12345
} ]
}, {
"transient" : true,
"uuid" : "...",
"combinedEl" : "...",
"wfDecisionRules" : [ {
"id" : 12345,
"name" : "...",
"conditionEl" : "...",
"version" : 12345,
"value" : "...",
"wfTransitions" : [ { }, { } ],
"model" : true,
"type" : "NUMBER",
"transient" : true
}, {
"id" : 12345,
"name" : "...",
"conditionEl" : "...",
"version" : 12345,
"value" : "...",
"wfTransitions" : [ { }, { } ],
"model" : true,
"type" : "STRING",
"transient" : true
} ],
"priority" : 12345,
"conditionEl" : "...",
"toStatus" : "...",
"version" : 12345,
"fromStatus" : "...",
"description" : "...",
"workflow" : {
"descriptionOrCode" : "...",
"codeChanged" : true,
"description" : "...",
"referenceDescription" : "...",
"enableHistory" : true,
"descriptionAndCode" : "...",
"parentEntityType" : { },
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"disabled" : true,
"active" : true,
"referenceCode" : "...",
"id" : 12345,
"parentEntity" : { },
"notified" : true,
"transient" : true,
"auditable" : { },
"wfType" : "...",
"code" : "...",
"version" : 12345,
"historized" : true,
"transitions" : [ { }, { } ]
},
"id" : 12345,
"wfActions" : [ {
"userGroupCode" : "...",
"uuid" : "...",
"priority" : 12345,
"transient" : true,
"conditionEl" : "...",
"wfTransition" : { },
"id" : 12345,
"actionEl" : "...",
"version" : 12345
}, {
"userGroupCode" : "...",
"uuid" : "...",
"priority" : 12345,
"transient" : true,
"conditionEl" : "...",
"wfTransition" : { },
"id" : 12345,
"actionEl" : "...",
"version" : 12345
} ]
} ],
"model" : true,
"type" : "RANGE_DATE",
"transient" : true
}