droolsonboarding
  • Introduction
  • Technical Materials
  • Overview
  • Drools tutorial
    • Installing Drools Tooling
    • Data Model used in the tutorial
    • Lesson 1 : Core concepts
    • Lesson 2 : binding
    • lesson 3 : Some more drools languages
    • lesson 4 : ruleflow
    • lesson 5 : Exercise
      • Requirements
  • BRMS tutorial
    • Organizational Unit And repository
    • Data Model
    • Business Requirements
    • Design
    • Implementing the Process Flow
    • Implementation technical parts
    • Implementing the initial step
    • Implementing standard price step
    • Implementing the Child over 3 years old is free promotion step
    • Implementing the Birthday promotion step
    • Implementing the Zurich reduction step
    • Implementing the final step
    • Conclusion
  • BRMS Runtime tutorial
    • Install needed tools to run the workbench
Powered by GitBook
On this page

Was this helpful?

  1. BRMS tutorial

Implementing the Process Flow

PreviousDesignNextImplementation technical parts

Last updated 5 years ago

Was this helpful?

We are going to implement a rule flow with 5 steps.

Name

ruleflow group name

init data

init

standard price

standard

Promotion

promotion

Reduction

reduction

Subscription

subscription

We shall give him a name in a package

Select the start event and select the task element :

Click on the wrench and select "Business Rule Task"

Click on the "<<" on the right part and the properties will appear. Enter the Name and Ruleflow group name as follows :

Do the same with other business tasks.

And do not forget to save the process.