[
https://issues.jboss.org/browse/DROOLS-1577?page=com.atlassian.jira.plugi...
]
Edson Tirelli commented on DROOLS-1577:
---------------------------------------
[~rmorrise] , for sequential execution, have you tried using ruleflow-group instead?
I am closing this ticket as I believe ruleflow-group provides you the functionality you
are looking for, and for the future we are working on the concept of rule units for
orchestration.
Feel free to add more information/justification in case you believe the existing features
do not meet your requirements and we can re-evaluate.
Support FIFO queue for agenda group focus
-----------------------------------------
Key: DROOLS-1577
URL:
https://issues.jboss.org/browse/DROOLS-1577
Project: Drools
Issue Type: Feature Request
Affects Versions: 6.5.0.Final
Reporter: Russell Morrisey
Assignee: Mario Fusco
When setting up the ordering of agenda groups, the framework should support adding them
in the order they are supposed to be executed.
Ex:
agenda.getAgendaGroup( "calculation" ).setQueue();
agenda.getAgendaGroup( "report" ).setQueue();
Or, even better:
agenda.addAgendaGroupsToQueue("calculation", "report");
And:
agenda.addAgendaGroupsToQueue(agenda.getAgendaGroup( "calculation" ),
agenda.getAgendaGroup( "report" ))
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)