Best practice for ONEWEB Integration
Integration is a key part of building large enterprise applications. Follow the given best practices while integrating your application using ONEWEB.
Choose the best tool as per your application's requirements. Use Process Designer only for integrating to workflow.
Use Microflow to integrate into any other component or service.
Design each microflow using the single responsibility model. It allows easy maintenance.
Use sub-flows for reusing the microflow.
Define the microflow name and business objects in advance during the design phase itself.
Use environment variables to configure the activities for different environments. This prevents changing the configurations later when deploying to the test or production environments.
Separate dependency jar files from the Jar file created for the Java node and upload them to the server using the upload file menu. This allows the admin to control the versions of each utility jar file especially when there are common utilities involved.
Last updated