WFAction Data Type

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

Example

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