WFDecisionRule Data Type

Implemented Interfaces
Serializable
Properties
name data type description
transient boolean
name string
wfTransitions array of WFTransition
id number
version number
conditionEl string
value string
model boolean
type DecisionRuleTypeEnum

Example

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