Workflow Data Type

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

Example

{
  "wfType" : "...",
  "appendGeneratedCode" : true,
  "transitions" : [ {
    "wfDecisionRules" : [ {
      "type" : "STRING",
      "version" : 12345,
      "transient" : true,
      "id" : 12345,
      "conditionEl" : "...",
      "model" : true,
      "name" : "...",
      "value" : "...",
      "wfTransitions" : [ { }, { } ]
    }, {
      "type" : "RANGE_DATE",
      "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" : "..."
  }, {
    "wfDecisionRules" : [ {
      "type" : "STRING",
      "version" : 12345,
      "transient" : true,
      "id" : 12345,
      "conditionEl" : "...",
      "model" : true,
      "name" : "...",
      "value" : "...",
      "wfTransitions" : [ { }, { } ]
    }, {
      "type" : "DATE",
      "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" : "..."
  } ],
  "historized" : true,
  "code" : "...",
  "parentEntity" : {
    "code" : "...",
    "appendGeneratedCode" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    }, {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "RENEWAL",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    } ],
    "notified" : true,
    "parentEntity" : { },
    "referenceDescription" : "...",
    "id" : 12345,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "codeChanged" : true,
    "transient" : true,
    "referenceCode" : "...",
    "descriptionOrCode" : "...",
    "historized" : true,
    "version" : 12345,
    "parentEntityType" : { },
    "description" : "...",
    "descriptionAndCode" : "..."
  },
  "codeChanged" : true,
  "description" : "...",
  "referenceCode" : "...",
  "active" : true,
  "descriptionOrCode" : "...",
  "transient" : true,
  "id" : 12345,
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastModified" : 12345,
    "updater" : "...",
    "updated" : 12345,
    "lastUser" : "..."
  },
  "notified" : true,
  "enableHistory" : true,
  "parentEntityType" : { },
  "auditableFields" : [ {
    "fieldName" : "...",
    "historable" : true,
    "historized" : true,
    "auditType" : "OTHER",
    "notfiable" : true,
    "currentState" : { },
    "notified" : true,
    "previousState" : { }
  }, {
    "fieldName" : "...",
    "historable" : true,
    "historized" : true,
    "auditType" : "OTHER",
    "notfiable" : true,
    "currentState" : { },
    "notified" : true,
    "previousState" : { }
  } ],
  "descriptionAndCode" : "...",
  "disabled" : true,
  "version" : 12345,
  "referenceDescription" : "..."
}