Does worklows have any special consideration for `waitForEvent` in terms of promises? I have seen
Does worklows have any special consideration for
I have seen examples using a
So before testing... Wondering if a
I'm trying to simplify some flows. Like:
waitForEvent in terms of promises?I have seen examples using a
Promise.race likeSo before testing... Wondering if a
Promise.all would also work? I'm trying to simplify some flows. Like:
- if I could wait for 20 events based on
bunchOfWaitForEvnts - Trigger 20 workflows based on
bunchOfWaitForEvnts - Each workflow calls
with their ID.instance.sendEvent()
Then it occurred to me that this could also help with the sub-request limit?
