Overview
Every Service integrated with egov-workflow-v2 service needs to first define the workflow configuration which describes the states in the workflow, the action that can be taken on this states, who all can perform those action, SLA etc. This configuration is created using API’s and is stored in DB. The configuration can be created either state level or tenant level based on the requirements.
...
Steps to Integration
To integrate, host of egov-workflow-v2 should be added overwritten in helm chartschart
/egov-workflow-v2/egov-wf/businessservice/_search should be added as the endpoint for searching workflow configuration . (Other endpoints are not required once workflow configuration is created)
The configuration can be fetched by calling _search API
Reference Docs
Doc Links
Title | Link |
Configuring Workflows For New Product/Entity | |
Service Documentation (LINK NEEDS TO BE UPDATED) |
API List
...