Skip to content

Features by Examples#

Business Rule Task#

BPMN-Server supports Business Rules implemented through DMN-Engine Business Rules can be defined as a Decision Table as in this example:

Vacation Decision Table

Decision Table is called through

    <bpmn2:businessRuleTask id="Task_1lcamp6" name="Vacation"  camunda:decisionRef="Vacation">
This will load the file 'Vacation.json' form the Processes folder as defined in configuration.js