Workflow Data Type

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

Example

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