WFAction Data Type

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

Example

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