Running Frontend Workflows in Parallel

Hello -

I am attempting to trigger and execute two custom events (in the frontend) in parallel rather than series. I’ve tried triggering & scheduling the custom events without return values and storing all values in states once the event is complete, although this didn’t appear to work.

After this, I tried creating duplicate workflows (with the same trigger), one workflow triggers custom event 1 and the other custom event 2. This is also not working as the events are still somehow being run in series.

Does anybody have any ideas here? Obviously can be done via backend workflow, but I’d really prefer to stay on the frontend for various reasons.

Thanks

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.