Working with ruleflows
In Rule Designer, you create ruleflows and add different types of tasks to control the execution of rules.
- Ruleflows
You can use different ruleflow elements to create your ruleflow in a project, such as start and end nodes, tasks, or transitions. A ruleflow specifies how tasks are chained together: how, when, and under what conditions they are executed. - Creating a ruleflow
You can create a ruleflow in Rule Designer, and add elements to your ruleflow in the Ruleflow Editor. You use these elements to determine a sequence in which the rules are selected, and define which methods the rule engine uses to evaluate those rules. - Configuring rule task execution
You define how rules are selected at run time and specify the general order in which the rule tasks associated with these rules are executed. - Configuring ruleflow properties
You configure the properties of ruleflow elements in the Properties view of each element. - Ruleflows and COBOL code generation
You can use most ruleflow elements for COBOL code generation, but not all.
Parent topic: Orchestrating ruleset execution