Description
Type
Flow control.
Behaviour
Open a selection block “if” and start the first selection sub-block.
Parameters
- condition: boolean expression to be checked: if true, the tasks depending on OPH_IF are executed, whereas the tasks OPH_ELSEIFs and OPH_ELSE associated with the following selection sub-blocks are skipped; if false, the tasks depending on OPH_IF are skipped, whereas the task OPH_ELSEIF or OPH_ELSE associated with the following selection sub-block is executed.
- forward: set to ‘yes’ to forward input parameters (i.e. cube identifier) even if condition is not met and no alternative is available.