CheckIfTileContainsChildrenEventSchema
Tests whether the grouping tile identified by groupingTileId currently holds every child in childrenIds, and branches on the answer.
incomingData consumed: not used.
Triggers fired:
OnSuccessEventTrigger— when all the listed children are present. No data is passed downstream.OnFailureEventTrigger— when at least one is missing, and also when no grouping tile carries groupingTileId. No data is passed downstream, so the two cases are indistinguishable downstream.
Constructors
Properties
This event's own children — each declaring, via its own trigger, which of this event's outgoing triggers runs it. null when this event declares no children.
The condition that must occur for this event to run — matched by structural equality (data class/data object equality) against whatever trigger value fired, never by any kind of subscription or listener registry.