Workflow Configuration Changes
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Replace the tenant id for the production environment.
Replace the request information object with the production user information details.
Fetch the production instance of the FSM_VEHICLE_TRIP business object and add the vehicle decline action, and state in the business service definition. Then use the _update business service for updating the workflow for vehicle trips.
Replace the tenant id for the production environment.
Replace the request information object with the production user information details.
Fetch the production instance of the FSM_VEHICLE_TRIP business object, add the READY_FOR_DISPOSALaction at state : null in the Business service definition, and then use the _update business service for updating the workflow for a vehicle trip.
In the system, the FSM_POST_PAY_SERVICE and FSM were removed and we introduced a new business service for the advance payment application and the zero price application:
For the advance new business service FSM_ADVANCE_PAY_SERVICE has been created.
The advance pay works based on the configuration percentage, that is, how much the payer needs to pay during the application creation.
Create businessService (workflow configuration) using the /businessservice/_create. Following is the product configuration for FSM_ADVANCE_PAY_SERVICE.
For advance zero a new business service PAY_LATER_SERVICE was created.
Create businessService (workflow configuration) using the /businessservice/_create. Following is the product configuration for PAY_LATER_SERVICE.
For the zero price application, a new business service FSM_ZERO_PAY_SERVICE has been created.
In the zero pricing, the application will be created with zero price and the collection step is skipped.
Create businessService (workflow configuration) using the /businessservice/_create. The following is the product configuration for FSM_ZERO_PAY_SERVICE:
All content on this page by is licensed under a .