WFAction Data Type

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

Example

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