How can I trigger a business process?
Composer offers multiple ways to trigger a business process.
- Publish the process as a Web service and add the Web service to a form.
- Publish the process as a Web service and use the Web Service activity to trigger the process.
- Use the Subprocess activity to trigger another process.
- Trigger a process when create, update, or delete operations are performed on an application object. In this case, you need to build a process with an application object. After building the process, you need to select a start event to trigger the process.
- Build a business rule and trigger the process through the rule.
Comments