48b0e2f11d
Fixes https://github.com/twentyhq/twenty/issues/16837 Current flow: - create workflow run optimistically - open side panel => triggers query + event stream - mutation that actually creates the run using the optimistic id New flow - create workflow run optimistically - mutation that actually creates the run using the optimistic id - open side panel => triggers query + event stream
Run yarn dev while server running on port 3000