Deploy the business process application
To deploy all of the components of a business process application into a production portal environment.
- Setup the task page definitions
- Deploy the task processing portlet, process instantiation portlet, and all supporting portlets.
Install the task portlets and place them on the task page using either the portal administrative interface or the XML configuration interface. If you are deploying the business process into a cluster, the task portlets must be deployed to the same task page definition on each node in the cluster.
To provide the task processing and process instantiation portlets access to the required EJB client stubs, follow these steps after the portlets have been deployed.
- Log in to the administrative console for the portal server or cluster.
- Open...
Applications | Enterprise Applications...and search for the EAR of the application. Select it.
- Click on Libraries.
- Click Add and select BPElib from the drop down menu.
- Save the changes.
- Deploy the process to the business process container
After a business process is defined in the tooling, an EAR file is created that can be deployed into the business process container running on an application server.
- Define the task page A task page definition is required for each activity, or task, that requires human interaction. The task page definition contains the task processing portlet and any other portlets that are required to process the work that is associated with the task. When a user opens a task for processing, an instance of that page definition is dynamically created and added under the page container for open tasks.
- Install a business process This topic describes how to deploy a business process to the business process container.
- Start the business process To start the business process on the business process container.
- Uninstall the business process Follow these steps in the order provided to avoid subsequent failures with stopping or uninstalling the process.
Parent topic:
Integrate business processes
Related concepts
Business process concepts
Related tasks
Configure the business process container for the portal
Related information
WebSphere Process Server documentation
Business process scenario: Travel request and approval
Post-installation steps for business processes
Develop business process applications
Configure the portal for business processes