Reference > Rule Languages > ILOG Rule Language > IRL Keywords > initialaction

Summary

The keyword used to declare an initial action in a ruleflow task. This keyword is used in a task definition.

Syntax

initialaction {action1 ... actionn} 

Description

A flow task can be given initial and final actions (or only one of them). Initial actions are executed before the task body. Final actions are executed after the task body. They are composed of inlined IRL code, such as IRL functions. They can be compared with an IRL function whose return type is void and without arguments.

See Also

flowtask, functiontask, ruletask