Versions Compared

Key

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

...

  1. To integrate, host of egov-workflow-v2 should be overwritten in helm chart

  2. /process/_searchshould be added as the search endpoint for searching workflow processsInstance object . The search endpoint provides pagination with default value configurable. Pagination is controlled by passing limit and offset in query parameter.

  3. /process/_transition should be added to perform an action on a application.(It’s for internal use in modules and should not be added in Role-Action mapping)

  4. The workflow configuration can be fetched by calling _search API to check if data can be updated or not in the current state

...