Action Rules: Empowering Business Automation in BizzStream Aero
Welcome to the exciting world of action rules in BizzStream Aero! These powerful rules provide an extensive range of automation options, enabling you to streamline your business processes effectively. Let's explore how you can add and configure action rules, the available rule types, and their capabilities.
How to Add and Configure Action Rules
To add an action rule to an action in your workflow, follow these simple steps:
- Open the desired action by double-clicking it in the workflow.
- If required, scroll down to access the Rules section.
- Click the
button next to Rules. - The rule configuration pane will open.
- Select the desired Type of action rule.
- Enter a readable Label for the action rule. This label will be displayed in the logs.
- Enter a Description for the action rule.
- Configure the properties of the selected rule type.
- Click Save to finalize the rule configuration.
- Finally, click Save in the action properties pane to apply the changes.
You can delete an action rule by clicking the
button, visible when you have an action rule.
For editing an existing action rule, simply click on the
icon next to the rule you wish to modify.

Execute Conditions
For each rule in an action you can configure conditions on whether it should be executed or not. There may be scenarios in which an additional script should be run, or a notification should be displayed to the user. You can configure these conditions using BizzStream Expressions in the Execute condition field.
Example
In an order process orders with a total value higher than € 5000,- a confirmation dialog should always be displayed to verify there are no errors in the order. For orders with a lower total value this rule does not have to be executed. In that case you can configure an Execute condition in the confirmation dialog rule that would look like this:
F["totalValue"] > 5000.