WFAction Data Type

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

Example

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