https://github.com/dmarrazzo/ruleflow
how to use the rule-flow to orchestrate DRL rules
https://github.com/dmarrazzo/ruleflow
drl drools execution-control rhdm rule-flow
Last synced: about 1 month ago
JSON representation
how to use the rule-flow to orchestrate DRL rules
- Host: GitHub
- URL: https://github.com/dmarrazzo/ruleflow
- Owner: dmarrazzo
- Created: 2020-02-05T13:15:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T07:42:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T20:51:18.025Z (9 months ago)
- Topics: drl, drools, execution-control, rhdm, rule-flow
- Language: Java
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rule Flow usage example
=======================This sample project shows the how to use the rule-flow to orchestrate DRL rules.
Rule flow are BPMN model that contains rule tasks.

Trigger the rule flow
------------------------### Embedded API
[Test.java](https://github.com/dmarrazzo/ruleflow/blob/master/src/test/java/com/myspace/ruleflow/Test.java)
### Kieserver client API
[KieClient.java](https://github.com/dmarrazzo/ruleflow/blob/master/src/test/java/com/myspace/ruleflow/KieClient.java)