Business process deployment capability is provided by the following feature in the WSO2 feature repository:
Name : WSO2 Carbon - BPEL Application Deployer Feature
Identifier : org.wso2.carbon.application.deployer.bpel.feature.group
If process management capability is not included in your product by default, you can add it by installing the above feature using the instructions given in section, Feature Management. Follow Follow the instructions below to deploy a business process.
- Log on to the product's management console and select "Processes -> Add" under the "Main" menu.
- The "New BPEL Package" window opens. Provide the file and click "Upload."
- If the deployment is successful, a dialog box appears as follows.
- The "Deployed Processes" page opens with the newly-added process listed. For example,
- Package Name: The name of the package containing at least the deployment descriptor and one or more process definitions (BPEL), WSDL and XSDs.
- Process ID:
- Version: If a package with an existing name is uploaded, the processes in the package will be versioned. All old processes in the package will be retired and new version deployed. Since there is only package-level versioning available, the new package should include all the processes defined in the old package, even though you may only need to update a single process in that package.
- Status: Status of the process. Can be either "Active" or "Retired".
- Deployed Date: Date and time of the package deployment.
- Manage: A newly-created process has status as "Active", which can be retired by clicking on the "Retire" link. Once a process is retired, a new instance of it cannot be created.
- Click the "Process ID" to access its information dashboard. For example,
It typically contains the following sections:
...