SendEventOnVerifyingAllFulfilmentStatesByFulfilmentChoice
Changed on:
29 Nov 2023
Overview
The verifies if all fulfillments for fulfilment choice are in given status. If yes, then it sends an to the fulfilment choice, else no processing.
Plugin Name | Order Reference Module |
---|---|
Namespace | [[account.id]].order |
The is the foundation for order-related implementations. It provides reference workflows for , 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 name which will be sent to fulfilmentChoice |
status | The fulfilfments status to verify |
Event attributes
This does not directly identify any attributes.
Exceptions
This does not directly identify any exceptions.
Configuration example
1{
2 "name":"<ACCOUNTID>.order.SendEventOnVerifyingAllFulfilmentStatesByFulfilmentChoice",
3 "props":{
4 "eventName":"{{eventName}}",
5 "status":"{{status}}"
6 }
7}
Version History
v1.0.0
refers to