# Implementing the Process Flow

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        |

![](/files/-M-FWYZFiWblS9geMos1)

We shall give him a name in a package

![](/files/-M-FWYZHOWTMBAkQyJWa)

Select the start event and select the task element :&#x20;

Click on the wrench and select "Business Rule Task"

![](/files/-M-FWYZJolhg6ClGWb1j)

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

![](/files/-M-FWYZLXn_LWv72A2aI)

Do the same with other business tasks.

![](/files/-M-FWYZNyuiqgw2xN8ww)

And do not forget to save the process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nicolas-heron.gitbook.io/droolsonboarding/brms/implementing_the_process_flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
