Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The registry flow helps the citizen/Employee to create a property in the system with the minimal information required.

  • Other workflows such as assessment or mutation can be triggered on the existing ACTIVE Property in the registry.

  • The property can be created, updated, cancelled, searched, Followed by process of Mutation and Assessment.

  • The same entry in registry can be referred by other modules for their business purposes(Water charges).

SETUP AND USAGE:

The Application is present among the Municipal-services group of applications available in the eGov-services git repository.  The spring boot application needs Lombok* extension added in your IDE to load it. Once the application is up and running API requests can be posted to the url and ids can be generated. 

...

The variables in the Application.properties to be updated are as follows

######## URLs for the external API references

...

Name of the business code in the workflow, this should be set to matching value to the config businessService field in workflow master
property.workflow.name=PT.CREATE
property.legacy.entry.workflow.name=PT.LEGACY
property.update.workflow.name=PT.UPDATE

Workflow Config for property create if the source is from WATER CONNECTION module

For creation of property from water and sewerage module, as per the use case mentioned in this ticket, different workflow config is used.
For each use case, to identified which workflow to use can be identified from this mdms file.

...