ForwardIfUnfilfilledItemsExist
Rule
Changed on:
8 Aug 2025
Overview
The rule forwards the input event if unfulfilled items exist in the order, excluding fulfilment with one of the given statuses.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Forwards the source event if unfulfilled items exist in the order, excluding fulfilment with one of the given statuses.
Accepts
- ORDER
Actions
- This rule forwards the input event with name eventName if unfulfilled items exist in the order, excluding fulfilment with one of the given statuses defined in parameter excludedFulfilmentStatuses.
Rule parameters
| Parameter | Description |
| eventName | The name of the source event to be triggered. |
| excludedFulfilmentStatus | The list of excluded fulfilment statuses. |
Event attributes
This rule does not directly identify any event attributes.
Exceptions
This rule does not explicitly identify any exceptions.
Configuration example
1{
2 "name": "<ACCOUNTID>.order.ForwardIfUnfulfilledItemsExist",
3 "props": {
4 "eventName": "FindAndCreateOrderFulfilment",
5 "excludedFulfilmentStatuses": "CREATED"
6 }
7}