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

Summary

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

Syntax

finalaction {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 functions. They can be compared with an IRL function whose return type is void and without arguments.

See Also

flowtask, functiontask, ruletask