SendEventOnVerifyingAllFulfilmentStatesByFulfilmentChoice
Changed on:
7 Aug 2025
Overview
The rule verifies if all fulfillments for fulfilment choice are in given status. If yes, then it sends an event to the fulfilment choice, else no processing.
| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
The Order Reference Module is the foundation for order-related implementations. It provides reference workflows for click & collect, home delivery and mixed baskets and those needed to build your own. Extensible by design, use this Module as a base to build a solution to your customers' needs.
UI Description
Sends event “eventName” to “event.entityType” if all fulfilments of “event.entityType” are in status “status”.
Accepts
- ORDER
- FULFILMENT
- FULFILMENT_CHOICE
Actions
- This rule creates and sends an event for fulfilment choice.
Rule parameters
Parameter | Description |
eventName | The event name which will be sent to fulfilmentChoice |
status | The fulfilfments status to verify |
Event attributes
This rule does not directly identify any event attributes.
Exceptions
This rule does not directly identify any exceptions.
Configuration example
1{
2 "name":"<ACCOUNTID>.order.SendEventOnVerifyingAllFulfilmentStatesByFulfilmentChoice",
3 "props":{
4 "eventName":"{{eventName}}",
5 "status":"{{status}}"
6 }
7}