cfflow_workflow_instance

Overview

Object name cfflow_workflow_instance
Table name psys_cfflow_workflow_instance
Path /preside-objects/cfflow/cfflow_workflow_instance.cfc

Properties

property name="workflow_id"       type="string" dbtype="varchar" maxlength=100 required=true  uniqueindexes="instance|1" indexes="workflowid";
property name="owner"             type="string" dbtype="varchar" maxlength=100 required=false uniqueindexes="instance|2" indexes="owner";
property name="reference"         type="string" dbtype="varchar" maxlength=100 required=true  uniqueindexes="instance|3" indexes="reference,subreference|1";
property name="sub_reference"     type="string" dbtype="varchar" maxlength=100 required=false uniqueindexes="instance|4" indexes="subreference|2";
property name="sub_sub_reference" type="string" dbtype="varchar" maxlength=100 required=false uniqueindexes="instance|5" indexes="subreference|3";

property name="completed" type="boolean" dbtype="boolean" default=false indexes="completed";

property name="state" type="string" dbtype="longtext";