Group Action

The <action-group> can be used to gather actions.

<action-group name="action-validate-invoice">
  <action name="act1"/>
  <action name="act2"/>
  <action name="act3" if="invoiceDate"/>
</action-group>
Table 1. Attributes
Name Description

name

name of the action

The group action requires following items:

  • <action> - define an action

    • name - name of the action

    • if - a boolean expression against the current context