JBoss.orgCommunity Documentation
This chapter introduces the modules in charge of the BPM functionality inside the Kie Workbench. These modules were grouped under the name of JBPM Console NG and they can be found here: http://github.com/droolsjbpm/jbpm-console-ng . Inside the GitHub repository will also find a standalone version of these modules integrated with some authoring tools, like for example the Process Designer and the Form Designer, as well as some common tooling to explore the business repositories. If you are interested in a full integrated environment that provides Form Modeling, Data Modeling, Rules Authoring, etc, you should take a look at Kie Workbench which provides all the functionality discrived in these docs plus all the mentioned above.
This documentation is organized into different sections that reflect the project internal structure. The main goal of this document is to explain the functional aspects of each of the following modules as well as to server as reference for developers that wants to customize or extend the provided functionalities.
Process Runtime: This module contains all the tools to create and manage process definitions and process instances.
Tasks: This module provides all the Human Tasks related functionality. This module is integrated with the Form Modeller to provide a unified experience, so users can work on the tasks that are assigned to them.
Deployments: This module contains all the functionality related with the management of deployment units, that represent packaged business assets ready to use in runtime environments.
Jobs: This module provides all the functionality to schedule async Jobs using the jBPM Executor module.
Notice that on these documents the common infrastructure screens are not explained. If you are interested in finding more information about Process Designer, Project Explorer, Form Modeller and other modules please check the jBPM Documentation.