Can one ruleflow call another ruleflow?

Posted by pittstop11 on 24-May-2013 10:31

In Corticon 5.3.1 , once a ruleflow is executed can I call a different ruleflow ?

All Replies

Posted by Jan Krishnamurthy on 25-Jun-2013 09:11

One ruleflow cannot call another ruleflow.

A ruleflow is a way of organizing Rulesheets into one single unit. It is a "flow diagram" depicting a set of one or more Rulesheets.

Posted by emoore on 07-Oct-2013 15:00

You can model subflows within a ruleflow so that one subflow is called before a second subflow

Posted by mparish on 09-Oct-2013 16:31

It is also technically possible to create an Extended Operator (or Service Call Out) which invokes one or more separate rule flows (Decision Services) as if they were just functions. This might be necessary if the second decision service depended on a different vocabulary than the the first or perhaps if the first decision service used rules to determine which of a set of possible decisions should be executed. However its probably just simpler to use your application code (or business process engine) to call both decision services in sequence passing appropriate data from the first into the second.  

This thread is closed