finalaction
The
finalaction keyword declares a final
action.
Purpose
This keyword is used to declare a final action in a ruleflow task.
Context
Rule task definitions
Syntax
finalaction {action1 ... actionn}
Description
A subflow task can have an initial action or a final action, or both. Initial actions are executed before the task body. Final actions are executed after the task body. They consist of inline IRL code, such as functions. They are similar to an IRL function with the void return type and no arguments.