WFDecisionRule Data Type

Implemented Interfaces
Serializable
Properties
name data type description
conditionEl string
wfTransitions array of WFTransition
value string
model boolean
name string
type DecisionRuleTypeEnum
Properties inherited from EnableEntity
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "conditionEl" : "...",
  "wfTransitions" : [ {
    "uuid" : "...",
    "priority" : 12345,
    "description" : "...",
    "wfDecisionRules" : [ {
      "conditionEl" : "...",
      "wfTransitions" : [ { }, { } ],
      "value" : "...",
      "model" : true,
      "name" : "...",
      "type" : "RANGE_STRING",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "conditionEl" : "...",
      "wfTransitions" : [ { }, { } ],
      "value" : "...",
      "model" : true,
      "name" : "...",
      "type" : "STRING",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "combinedEl" : "...",
    "wfActions" : [ {
      "userGroupCode" : "...",
      "conditionEl" : "...",
      "uuid" : "...",
      "actionEl" : "...",
      "priority" : 12345,
      "wfTransition" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "userGroupCode" : "...",
      "conditionEl" : "...",
      "uuid" : "...",
      "actionEl" : "...",
      "priority" : 12345,
      "wfTransition" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "fromStatus" : "...",
    "workflow" : {
      "wfType" : "...",
      "transitions" : [ { }, { } ],
      "enableHistory" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "conditionEl" : "...",
    "toStatus" : "...",
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "uuid" : "...",
    "priority" : 12345,
    "description" : "...",
    "wfDecisionRules" : [ {
      "conditionEl" : "...",
      "wfTransitions" : [ { }, { } ],
      "value" : "...",
      "model" : true,
      "name" : "...",
      "type" : "RANGE_NUMBER",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "conditionEl" : "...",
      "wfTransitions" : [ { }, { } ],
      "value" : "...",
      "model" : true,
      "name" : "...",
      "type" : "RANGE_STRING",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "combinedEl" : "...",
    "wfActions" : [ {
      "userGroupCode" : "...",
      "conditionEl" : "...",
      "uuid" : "...",
      "actionEl" : "...",
      "priority" : 12345,
      "wfTransition" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "userGroupCode" : "...",
      "conditionEl" : "...",
      "uuid" : "...",
      "actionEl" : "...",
      "priority" : 12345,
      "wfTransition" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "fromStatus" : "...",
    "workflow" : {
      "wfType" : "...",
      "transitions" : [ { }, { } ],
      "enableHistory" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "conditionEl" : "...",
    "toStatus" : "...",
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "value" : "...",
  "model" : true,
  "name" : "...",
  "type" : "RANGE_NUMBER",
  "disabled" : true,
  "active" : true,
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}