Water & Sewerage Application-Workflow
Water&Sewerage Workflow
Objective:
When water/sewerage Application gets registered it goes through several validation processes. These validation steps are called Workflow. Workflow we are calling in search-preview page.
To load search preview page egov-workflow-v2/egov-wf/process/_search?businessIds=WS_AP/107/2020-21/062669&history=true&tenantId=pb.amritsar
API should return workflow history.
The topmost card is mainly rendered using the workflow response.https://github.com/egovernments/frontend/blob/master/web/rainmaker/dev-packages/egov-workflow-dev/src/ui-molecules-local/TaskStatusComponents/index.js
View History Buttons gives the list of workflow actions performed on the application.
Water & Sewerage workflow
Role | Credentials | Action | Next State | Status |
---|---|---|---|---|
Citizen/ Counter Employee/WS_CEMP/ SW_CEMP | 8840903463 / EMP-107-000258 | INITIATE | INITIATED | INITIATED |
Citizen/Counter Employee/WS_CEMP / SW_CEMP | 8840903463 / EMP-107-000258 | EDIT | EDIT/ DOCUMENTVERIFICATION | Pending for Document Verification |
Citizen/Counter Employee/WS_CEMP / SW_CEMP | 8840903463 / EMP-107-000258 | Send Back to Citizen | Pending for Citizen Action | Pending for Citizen Action |
WS_DOC_VERIFIER / SW_DOC_VERIFIER | EMP-107-000258 | VERIFY &FORWARD | FIELDVERIFICATION | Pending for Field Verification |
WS_FIELD_INSPECTOR / SW_FIELD_INSPECTOR | EMP-107-000258 | VERIFY &FORWARD | PENDINGAPPROVAL | Pending for APproval |
WS_APPROVER / SW_APPROVER | EMP-107-000259 | APPROVE | PENDINGPAYMENT | Pending for Payment |
Citizen/Counter Employee/WS_CEMP / SW_CEMP | 8840903463 / EMP-107-000259 | PAY | Approved | Approved  |
WS_APPROVER / SW_APPROVER | EMP-107-000259 /EMP-107-000258 | REJECT | Rejected | Rejected |
WS_CLERK/SW_CLERK | EMP-107-000259 | Activate Connection | Connection activated | Connection activated |
Employee Roles and Credentials
Employee Role | User Name | Password | ULB |
---|---|---|---|
Counter Employee/ WS_CEMP | EMP-107-000258 | 76xp8pm2 | Amritsar |
Doc Verifier/WS_DOC_VERIFIER | EMP-107-000258 | 76xp8pm2 | Amritsar |
Field Inspector/WS_FIELD_INSPECTOR | EMP-107-000258 | 76xp8pm2 | Amritsar |
Approver/ WS_APPROVER | EMP-107-000259 | x2bW8mP0 | Amritsar |
Clerk/WS_CLERK | EMP-107-000259 | x2bW8mP0 | Amritsar |
API Call Role Action mapping:
S.No. | API | Action id | Roles |
---|---|---|---|
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
|
12 | / |
|
|
13 |
|
|
|
Â
Â