WFAction Data Type

Implemented Interfaces
Serializable
Properties
name data type description
userGroupCode string
conditionEl string
uuid string
actionEl string
priority number
wfTransition WFTransition
Properties inherited from EnableEntity
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "userGroupCode" : "...",
  "conditionEl" : "...",
  "uuid" : "...",
  "actionEl" : "...",
  "priority" : 12345,
  "wfTransition" : {
    "uuid" : "...",
    "priority" : 12345,
    "description" : "...",
    "wfDecisionRules" : [ {
      "conditionEl" : "...",
      "wfTransitions" : [ { }, { } ],
      "value" : "...",
      "model" : true,
      "name" : "...",
      "type" : "STRING",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "conditionEl" : "...",
      "wfTransitions" : [ { }, { } ],
      "value" : "...",
      "model" : true,
      "name" : "...",
      "type" : "STRING",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "combinedEl" : "...",
    "wfActions" : [ {
      "userGroupCode" : "...",
      "conditionEl" : "...",
      "uuid" : "...",
      "actionEl" : "...",
      "priority" : 12345,
      "wfTransition" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "userGroupCode" : "...",
      "conditionEl" : "...",
      "uuid" : "...",
      "actionEl" : "...",
      "priority" : 12345,
      "wfTransition" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "fromStatus" : "...",
    "workflow" : {
      "wfType" : "...",
      "transitions" : [ { }, { } ],
      "enableHistory" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "conditionEl" : "...",
    "toStatus" : "...",
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  },
  "disabled" : true,
  "active" : true,
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}