I have a question regarding connectors.
I noticed that at least when running it locally a connector task from a process instance can only be executed when the last one using this connector has finished its job. So e.g. when I implement a wait of 10 seconds and start five new process instances then the first one finished after around 10 seconds, the second after around 20, the third after 30 and so on.
Is this just a limitation because of the local development environment or can I configure it so that there are more underlying workers available?