WFAction Data Type

Implemented Interfaces
Serializable
Properties
name data type description
wfTransition WFTransition
userGroupCode string
conditionEl string
uuid string
priority number
transient boolean
version number
id number
actionEl string

Example

{
  "wfTransition" : {
    "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_NUMBER"
    }, {
      "transient" : true,
      "name" : "...",
      "wfTransitions" : [ { }, { } ],
      "id" : 12345,
      "version" : 12345,
      "conditionEl" : "...",
      "value" : "...",
      "model" : true,
      "type" : "DATE"
    } ],
    "fromStatus" : "...",
    "priority" : 12345,
    "combinedEl" : "..."
  },
  "userGroupCode" : "...",
  "conditionEl" : "...",
  "uuid" : "...",
  "priority" : 12345,
  "transient" : true,
  "version" : 12345,
  "id" : 12345,
  "actionEl" : "..."
}