Show Table of Contents
Chapter 9. Deploying projects
Once you have created a project with your Process definition and relevant resources, you need to build it and deploy it to the Process engine. Once deployed, you can create Process instances based on the deployed resources.
To deploy your project from Business Central, do the following:
- Open the
Project Editoron your project (in Project Explorer navigate to your project and in the top menu, click → ). - You can define the Kie Base and Kie Session properties. If not, the default kbase and ksession will be used.
- On the top menu, click the
button.
9.1. Process instances
Once you have modeled and deployed a Process definition along with all the resources it requires, you can create its runtime instance, which will run on the Process engine.
From the Business Central you can further manage the instance during runtime, monitor its execution, and work with the Tasks the instance produces if having the proper roles assigned.
9.1.1. Instantiating a Process
To instantiate a deployed Process definition, do the following:
- Display the
Process Definitionsview: on the top menu, click → . - Look up the Process Definition and in the respective row, click the Instantiate
icon
.
- In the displayed dialog view, enter the properties and input paramaters for the Process instance.
9.1.2. Monitoring a Process instance
You can monitor the progress of a running Process instance from the Business Console:
- On the top menu of the Business Central, go to → .
- In the list on the Process Instances tab, locate the required running Process instance and click the
button in the instance row.
9.1.3. Aborting a Process instance
You can abort a running Process instance either using the provided API or from the Management Console.
Aborting a Process instance using API
To abort a Process instance using the Kie Session API, use the
void abortProcessInstance(long processInstanceId) call on the parent Kie Session.
Aborting a Process instance from the Management Console
To abort a Process instance from the Management Console, do the following:
- On the top menu of the Management Console, go to → .
- In the list on the Process Instances tab, locate the required Process instance and click the
button in the instance row.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.