Steps below on How to start a Business Process from a Page flow in TIBCO AMXBPM
- Right-click on Start event > Trigger Type > Message Trigger
If you want to enrich your career and become a professional in Tibco AMX BPM, then visit Mindmajix - a global online training platform: "Tibco AXM BPM Training" This course will help you to achieve excellence in this domain.
- If we have more than one start Event or receive the task and want to associate with start Event as a subset of all the parameters
Subscribe to our youtube channel to get new updates..!
- Right Click on Start event > Business Service > Generate
Related blog: Business Studio
Note: we can add additional user tasks to meet requirements
A system participant is automatically created for the send task that calls the business process. This participant has the name:
ProcessName_consumer
where: ProcessName is the name of the business process being called
Click on the General tab for the new business service process -> Publish as Business Service.
The purpose of this business service is to collect the data needed to start the business process and send the data to the business process.
We would use this Business Service in TIBCO Workspace or TIBCO OpenSpace while testing the TIBCO AMX BPM process.