initialaction
The
initialaction keyword declares an
initial action.
Purpose
This keyword is used to declare an initial action in a ruleflow task.
Context
Rule task definitions
Syntax
initialaction {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 IRL functions. They are similar
to an IRL function with the void return type and
no arguments.