WFAction Data Type

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

Example

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