Changing ray task execution order

Severity: High
I would like to know if we can make ray execute the submitted tasks only in the order of submission without the workaround using ray.wait() or ray.get()
Thanks in advance!

The only surefire way to do that is to use actors.