To create the manual workflow task, follow these steps:
- We need a new Base Enum for the inspection status as this will be used to see whether a vehicle has been inspected and to control the state of the workflow task. Name it ConVMSVehInspStatus and create the elements shown in the following table:
Element | Label | Description |
NotInspected | Not inspected | This vehicle has not been inspected yet. |
Waiting | Waiting | This workflow has been submitted, but has not been allocated to an approver yet. |
PendingApproval | Pending approval | This workflow has been allocated to one or more workers to perform the task. |
Completed | Completed | This workflow has been completed. |
- Create a new Date EDT for ConVMSVehInspDate, setting the properties ...