Fields
| Field | Meaning |
|---|---|
entityType | What kind of entity triggers the workflow: PRODUCT, PRODUCT_VARIANT, BRAND, or INVENTORY_ITEM. |
includeTags | The entity must carry all of these tags. |
excludeTags | The entity must carry none of these tags. |
How matching works
At run time, the data platform finds entities ofentityType that match the tag filters
(have every includeTags tag and none of the excludeTags). The resulting list is
recorded on the run as matchedEntityIds (part of the run’s trigger context), and the
downstream actions operate over those entities.
The first matched entity is also exposed to interpolation as {{trigger.entityId}}, and
the entity kind as {{trigger.entityType}} — see
interpolation.

