|
|
|
BlueCielo Meridian REFSYS 2012 Developer's Guide | BlueCielo ECM Solutions
|
Plant group workflow
The workflows of the Plant document types use the standard workflow that is defined for each document type and can be modified in Configurator. You can rename the display names of the states and transitions and disable unwanted transitions.
When additional state or transitions are added, the event handlers involved in the workflow that must be modified include:
- DocCWFEvent_AfterExecuteTransition
- DocCWFEvent_BeforeExecuteTransition
The event handlers implement the following functionality:
- Email notification. Automatically executed for all workflows and transitions, if enabled. No modifications are required.
- Workflow manager. The manager is automatically set at the beginning of each workflow. No modifications are required.
- Concurrent engineering. New transitions may need to be added to DocCWFEvent_AfterExecuteTransition to handle concurrent engineering scenarios.
- Updates of the ProjectInfo.ApprovedBy and ProjectInfo.CheckedBy properties. New transitions may need to be added to DocCWFEvent_AfterExecuteTransition.
- The Password property page is shown on approval.
- The Stamp property page is shown before the review state.
- The master document is locked at the end state of the workflow.
- The revision number is increased at the beginning of a workflow.
- The Release as Master Revision command is automatically executed. Note that this cannot be an automated transition but has to be a user-initiated transition for the function correctly.