Table: WFVersion
Workflow Versions
Name | Type | Description | Remarks |
---|---|---|---|
WFTypeID |
int |
Workflow Type Identifier |
WFTypeID is a foreign key to the WFType table. |
WFVersionNumber |
varchar(50) |
Workflow Version Number |
This is incremented each time a new workflow definition gets published |
WFDate |
int |
Workflow Definition Date |
Date with the workflow was published |
WFDefinition |
int |
Workflow Definition |
XML representation of the workflow definition. This should only be modified by AcuityLogic installation process. |