| Reference > Rule Languages > ILOG Rule Language > IRL Keywords > finalaction |
finalaction |
PREVIOUS NEXT |
The keyword used to declare a final action in a ruleflow task. This keyword is used in a task definition.
finalaction {action1 ... actionn}
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.
flowtask, functiontask, ruletask
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |