WFAction Data Type

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

Example

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