Workflow Service
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
To create new workflow configuration(BuinessService) in the system. API supports bulk creation with max limit as defined in the BuinessService Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To create one BuinessService, please pass array with one BuinessService object.
Following Conditions are applied -
Details for the new BusinessService(s) + RequestInfo meta data.
Used for search result and create only
ReponseInfo withBusinessService(s) created successfully
Used for search result and create only
Can be used only to add new state or action in the workflow. Can update any existing field. Removing of any state is not allowed as applications in that state will be in invalid state
Following Conditions are applied -
Details for the new BusinessService(s) + RequestInfo meta data.
Used for search result and create only
ReponseInfo withBusinessService(s) created successfully
Used for search result and create only
To create new workflow applicationin the system. API supports bulk creation with max limit as defined in the Trade License Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To create one workflow(ProcessInstance) instance, please pass array with one workflow(ProcessInstance) object.
Following Conditions are applied -
Details for the new Workflow(s) + RequestInfo meta data.
Used for search result and create only
ReponseInfo with Workflow(s) created successfully
Used for search result and create only