Enabling Workflow Status to Tag/Document Status Mapping
- Last UpdatedApr 30, 2026
- 1 minute read
The WorkflowStatusToAvevaStatusMappingEnabled setting enables/disables the mapping of the value of the Workflow Status attribute to that of the Tag/Document Status attribute.
|
Value |
Expected Behavior |
|
true |
If the following parameter is set to true, the value of the attribute Tag\Document Status of a checked out Tag/Document is set to the same value which the attribute Workflow Status has when it is being updated: <WorkflowStatusToAvevaStatusMappingEnabled value="true"/> |
|
false |
If the value is set to false (which is the default value), the Tag/Document Status attribute does not depend on the Workflow Status attribute. |
Note: If the configuration setting is set to true, the Class Library should have Tag Status and Document Status enumeration lists with the aspects Enumerations.TagStatus and Enumerations.DocumentStatus respectively. The mapping takes place when the Workflow Status attribute is being updated and the system can find a Tag/Document Status value having the same identifier as the identifier of the updated value of the Workflow Status attribute.
If a Tag has become decommissioned, the Tag Status attribute's value is updated to Removed and the mapping cannot take place anymore.
The mapping does not take place when a Tag/Document is being re-activated as the Tag/Document Status can be set only to Active.
The mapping does not take place for reserved/installed Tags or reserved Documents.