Business Rule Task

The business rule task is used to execute the business rules exist in the associated decision model. The business rule task provides a mechanism for the Process to provide input to a business rule and to get the output of calculations that the business rules might provide. The Input and Output specified in the business rule task will allow the Process to send and receive the data processed through the Business Rules.

Perform the following steps::

  1. Navigate to the Process Model that you created.
  2. Select the Start Event or Task element that you already added to the process model.
  3. From the context menu, select Task element and drop it next to the selected element.
  4. Select the Task element and click Type and then click Business Rule Task from the context menu.
  5. Select the business rule task that you added and specify the following properties:
    • Name: Enter a name for the task that you want to create.
    • Decision Model: Select a decision model that you want to associate with the current task.
    • Input: Enter Value for the Input specified in the business rule added in the selected decision model.
    • Output: Enter the Output value specified in the business rule added in the selected decision model.
  6. Click Save.
  7. The Business Rule Task is added to the process model.