[jboss-jira] [JBoss JIRA] (DROOLS-1577) Support FIFO queue for agenda group focus
Edson Tirelli (JIRA)
issues at jboss.org
Mon Aug 14 18:13:00 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448732#comment-13448732 ]
Edson Tirelli commented on DROOLS-1577:
---------------------------------------
[~rmorrise] ruleflows are orchestrated by BPMN processes with "Rule Task" nodes. Basically design the process with the flow you want where each step in the flow is a "Rule Task" node. In the Rule Task node, select which ruleflow-group should be invoked.
The command to activate a ruleflow-group is "StartProcess" with the ID of the process. In other words, a ruleflow is simply a process where all nodes are Rule Task nodes or gateways.
> 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)
More information about the jboss-jira
mailing list