runEventsInline

suspend fun runEventsInline(eventsSchema: List<EventSchema>, data: Any? = null)

Runs every entry in eventsSchema in order, each via the same unconditional path as runEventInline — no trigger filtering, every entry runs regardless of the others' outcome.

Parameters

eventsSchema

the events to run, in order.

data

value passed as every entry's own incomingData. null when nothing is forwarded.