Is it possible to have multiple
Is it possible to have multiple
waitForEvent()s running at the same time for a single Workflow instance? I am starting a Workflow when a user begins uploading a series of files to R2, and using R2 Event Notifications to notify the Workflow when each file is complete. I don't think I can guarantee the order of upload so I would prefer to wait for all files to be uploaded at the same time. Otherwise I will use a single waitForEvent that will re-trigger another wait.. until all required files are uploaded








