An open API service indexing awesome lists of open source software.

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

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.

![flow](src/main/resources/com/myspace/ruleflow/ruleflow.RuleFlow-svg.svg)

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)