Workflow Service
Last updated
Was this helpful?
Last updated
Was this helpful?
Parameter to carry Request metadata in the request body
Unique id for a tenant.
BusinessService code of the businessService
TenantId of the ULB.
Parameter to carry Request metadata in the request body
Unique id for a tenant.
unique identifier of Application
Name of the workflow confguration.
Module name to which workflow application belongs
The list of businessIds
The unique Old license number for a Application.
Boolean flag to return history of the workflow
Number of records to be returned
Starting offset for returning search response
Parameter to carry Request metadata in the request body
Unique id for a tenant.
unique identifier of trade licence
Unique application number for a trade license application.
The list of businessIds
The unique Old license number for a Trade license.
Boolean flag to return history of the workflow
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 -
Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update
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 -
Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update
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 -
Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update