Workflow Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
active boolean  
wfType string  
auditable Auditable  
descriptionAndCode string  
appendGeneratedCode boolean  
historized boolean  
transient boolean  
codeChanged boolean  
id number  
parentEntityType object  
transitions array of WFTransition  
disabled boolean  
auditableFields array of AuditableFieldHistory  
referenceDescription string  
enableHistory boolean  
descriptionOrCode string  
parentEntity BusinessEntity  
notified boolean  
description string max size: 255, min size: 0
referenceCode string  
version number  
code string required, max size: 255, min size: 1

Example

{
  "active" : true,
  "wfType" : "...",
  "auditable" : {
    "lastUser" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "creator" : "..."
  },
  "descriptionAndCode" : "...",
  "appendGeneratedCode" : true,
  "historized" : true,
  "transient" : true,
  "codeChanged" : true,
  "id" : 12345,
  "parentEntityType" : { },
  "transitions" : [ {
    "workflow" : {
      "active" : true,
      "wfType" : "...",
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "historized" : true,
      "transient" : true,
      "codeChanged" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "transitions" : [ { }, { } ],
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "...",
      "enableHistory" : true,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "..."
    },
    "wfActions" : [ {
      "conditionEl" : "...",
      "userGroupCode" : "...",
      "uuid" : "...",
      "version" : 12345,
      "actionEl" : "...",
      "priority" : 12345,
      "transient" : true,
      "wfTransition" : { },
      "id" : 12345
    }, {
      "conditionEl" : "...",
      "userGroupCode" : "...",
      "uuid" : "...",
      "version" : 12345,
      "actionEl" : "...",
      "priority" : 12345,
      "transient" : true,
      "wfTransition" : { },
      "id" : 12345
    } ],
    "toStatus" : "...",
    "combinedEl" : "...",
    "wfDecisionRules" : [ {
      "transient" : true,
      "value" : "...",
      "type" : "DATE",
      "version" : 12345,
      "id" : 12345,
      "wfTransitions" : [ { }, { } ],
      "conditionEl" : "...",
      "name" : "...",
      "model" : true
    }, {
      "transient" : true,
      "value" : "...",
      "type" : "RANGE_STRING",
      "version" : 12345,
      "id" : 12345,
      "wfTransitions" : [ { }, { } ],
      "conditionEl" : "...",
      "name" : "...",
      "model" : true
    } ],
    "version" : 12345,
    "fromStatus" : "...",
    "transient" : true,
    "uuid" : "...",
    "conditionEl" : "...",
    "id" : 12345,
    "description" : "...",
    "priority" : 12345
  }, {
    "workflow" : {
      "active" : true,
      "wfType" : "...",
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "historized" : true,
      "transient" : true,
      "codeChanged" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "transitions" : [ { }, { } ],
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "...",
      "enableHistory" : true,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "..."
    },
    "wfActions" : [ {
      "conditionEl" : "...",
      "userGroupCode" : "...",
      "uuid" : "...",
      "version" : 12345,
      "actionEl" : "...",
      "priority" : 12345,
      "transient" : true,
      "wfTransition" : { },
      "id" : 12345
    }, {
      "conditionEl" : "...",
      "userGroupCode" : "...",
      "uuid" : "...",
      "version" : 12345,
      "actionEl" : "...",
      "priority" : 12345,
      "transient" : true,
      "wfTransition" : { },
      "id" : 12345
    } ],
    "toStatus" : "...",
    "combinedEl" : "...",
    "wfDecisionRules" : [ {
      "transient" : true,
      "value" : "...",
      "type" : "RANGE_DATE",
      "version" : 12345,
      "id" : 12345,
      "wfTransitions" : [ { }, { } ],
      "conditionEl" : "...",
      "name" : "...",
      "model" : true
    }, {
      "transient" : true,
      "value" : "...",
      "type" : "RANGE_DATE",
      "version" : 12345,
      "id" : 12345,
      "wfTransitions" : [ { }, { } ],
      "conditionEl" : "...",
      "name" : "...",
      "model" : true
    } ],
    "version" : 12345,
    "fromStatus" : "...",
    "transient" : true,
    "uuid" : "...",
    "conditionEl" : "...",
    "id" : 12345,
    "description" : "...",
    "priority" : 12345
  } ],
  "disabled" : true,
  "auditableFields" : [ {
    "notfiable" : true,
    "notified" : true,
    "auditType" : "RENEWAL",
    "currentState" : { },
    "fieldName" : "...",
    "previousState" : { },
    "historized" : true,
    "historable" : true
  }, {
    "notfiable" : true,
    "notified" : true,
    "auditType" : "RENEWAL",
    "currentState" : { },
    "fieldName" : "...",
    "previousState" : { },
    "historized" : true,
    "historable" : true
  } ],
  "referenceDescription" : "...",
  "enableHistory" : true,
  "descriptionOrCode" : "...",
  "parentEntity" : {
    "referenceDescription" : "...",
    "descriptionAndCode" : "...",
    "version" : 12345,
    "description" : "...",
    "appendGeneratedCode" : true,
    "referenceCode" : "...",
    "id" : 12345,
    "codeChanged" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "lastUser" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "creator" : "..."
    },
    "parentEntityType" : { },
    "historized" : true,
    "transient" : true,
    "parentEntity" : { },
    "code" : "...",
    "notified" : true,
    "auditableFields" : [ {
      "notfiable" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "currentState" : { },
      "fieldName" : "...",
      "previousState" : { },
      "historized" : true,
      "historable" : true
    }, {
      "notfiable" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "currentState" : { },
      "fieldName" : "...",
      "previousState" : { },
      "historized" : true,
      "historable" : true
    } ]
  },
  "notified" : true,
  "description" : "...",
  "referenceCode" : "...",
  "version" : 12345,
  "code" : "..."
}