Jbpm - OVERVIEWJBPM stands for "Java Business Process Management". It is a JBoss product which is an open source framework. Before moving further, let us first define a business process. What is a Business Process? By definition, a business process is a sequence of tasks that takes place in a repeatable order, executed by humans and/or systems to achieve a business goal. It describes the order (using a flowchart) in which a series of steps needs to be executed. A business process can significantly improve the visibility and agility of a business logic. Let us take an example. The following screenshot depicts a workflow/flowchart that most IT professionals can relate to. It is a common process that is followed in most organizations to appraise the employees based on their performance. A Typical Organizational Workflow The process takes place in the following order: 1. Employees self-evaluate themselves and submit the report to their Project Managers. 2. Your performance is then evaluated by the Project Manager and the HR Manager. Based on the evaluation, they give the employees a rating. 3. The final rating or performance feedback is then relayed back to the employees. This process is applicable for almost all the employees and hence, it is a very good example to understand a business process. It is a sequence of tasks and it happens in a particular order. What is jBPM? Business process is a key concept to understand any organizational framework. A technology like jBPM helps in managing complex business processes in an efficient way. JBPM is a tool that can orchestrate a business process effectively. Generally, every enterprise-level application will have a sequence of tasks which are executed in a specific order and those processes can be orchestrated with the help of jBPM. The beauty of jBPM is that it is similar to a flowchart. It can be easily understood by business analysts as well. jBPM can be embedded in a Java application and run as a service. Features of JBPM jBPM is a lightweight, open source, fully embeddable process engine written in Java. Its most notable features are listed below:
|