Skip to content

Commit

Permalink
Firenoc wf fix (#824)
Browse files Browse the repository at this point in the history
* RAIN-2692 added missing state in workflow config of firenoc service

* RAIN-2603 Updated readme.md file

* RAIN-2603 Updated readme.md file
  • Loading branch information
rohit-eGov authored May 31, 2021
1 parent 3fa88c5 commit 33e8ff1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ curl --location --request POST 'https://dev.digit.org/egov-workflow-v2/egov-wf/b
},
{
"action": "SENDBACKTOCITIZEN",
"nextState": "CITIZENACTIONREQUIRED",
"nextState": "CITIZENACTIONREQUIRED-DV",
"roles": [
"NOC_DOC_VERIFIER"
]
Expand Down Expand Up @@ -257,6 +257,26 @@ curl --location --request POST 'https://dev.digit.org/egov-workflow-v2/egov-wf/b
"isStartState": false,
"isTerminateState": false,
"isStateUpdatable": true,
"actions": [
{
"action": "RESUBMIT",
"nextState": "FIELDINSPECTION",
"roles": [
"CITIZEN",
"NOC_CEMP"
]
}
]
},

{
"sla": null,
"state": "CITIZENACTIONREQUIRED-DV",
"applicationStatus": "CITIZENACTIONREQUIRED-DV",
"docUploadRequired": false,
"isStartState": false,
"isTerminateState": false,
"isStateUpdatable": true,
"actions": [
{
"action": "RESUBMIT",
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/ws-calculator/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ c) `/waterCalculator/_estimate`
- To Activate the Water Service application, the user needs to pay the ONE_TIME_FEE for the connection. To calculate the ONE_TIME_FEE ws-calculator/waterCalculator/_estimate API used.

d) `/waterCalculator/_calculate`
- This API used to generate /home/rohit/Desktop/Workspace/municipal-services/property-servicesthe demand for metered or non-metered water connection.
- This API used to generate the demand for metered or non-metered water connection.

e) `/waterCalculator/_updateDemand`
- User can pay partial / full / advance amount for the Metered or Non-Metered connection bill. In these cases, Billing service would call back ws-calculator/waterCalculator/_updateDemand API to update the details of the demand generated.
Expand Down

0 comments on commit 33e8ff1

Please sign in to comment.