WFDecisionRule Data Type

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

Example

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