| name | data type | description |
|---|---|---|
| userGroupCode | string | |
| uuid | string | |
| wfTransition | WFTransition | |
| conditionEl | string | |
| actionEl | string | |
| priority | number | |
Properties inherited from EnableEntity |
||
| active | boolean | |
| disabled | boolean | |
Properties inherited from AuditableEntity |
||
| auditable | Auditable | |
Properties inherited from BaseEntity |
||
| id | number | |
| transient | boolean | |
| version | number | |
Example
{
"userGroupCode" : "...",
"uuid" : "...",
"wfTransition" : {
"uuid" : "...",
"description" : "...",
"priority" : 12345,
"wfActions" : [ {
"userGroupCode" : "...",
"uuid" : "...",
"wfTransition" : { },
"conditionEl" : "...",
"actionEl" : "...",
"priority" : 12345,
"active" : true,
"disabled" : true,
"auditable" : { },
"id" : 12345,
"transient" : true,
"version" : 12345
}, {
"userGroupCode" : "...",
"uuid" : "...",
"wfTransition" : { },
"conditionEl" : "...",
"actionEl" : "...",
"priority" : 12345,
"active" : true,
"disabled" : true,
"auditable" : { },
"id" : 12345,
"transient" : true,
"version" : 12345
} ],
"toStatus" : "...",
"workflow" : {
"wfType" : "...",
"enableHistory" : true,
"transitions" : [ { }, { } ],
"parentEntityType" : { },
"code" : "...",
"parentEntity" : { },
"description" : "...",
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"active" : true,
"disabled" : true,
"auditable" : { },
"id" : 12345,
"transient" : true,
"version" : 12345
},
"conditionEl" : "...",
"fromStatus" : "...",
"wfDecisionRules" : [ {
"wfTransitions" : [ { }, { } ],
"type" : "DATE",
"model" : true,
"conditionEl" : "...",
"value" : "...",
"name" : "...",
"active" : true,
"disabled" : true,
"auditable" : { },
"id" : 12345,
"transient" : true,
"version" : 12345
}, {
"wfTransitions" : [ { }, { } ],
"type" : "RANGE_NUMBER",
"model" : true,
"conditionEl" : "...",
"value" : "...",
"name" : "...",
"active" : true,
"disabled" : true,
"auditable" : { },
"id" : 12345,
"transient" : true,
"version" : 12345
} ],
"combinedEl" : "...",
"active" : true,
"disabled" : true,
"auditable" : {
"lastModified" : 12345,
"updater" : "...",
"created" : 12345,
"updated" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"id" : 12345,
"transient" : true,
"version" : 12345
},
"conditionEl" : "...",
"actionEl" : "...",
"priority" : 12345,
"active" : true,
"disabled" : true,
"auditable" : {
"lastModified" : 12345,
"updater" : "...",
"created" : 12345,
"updated" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"id" : 12345,
"transient" : true,
"version" : 12345
}