Hi
Is there possibility to check if there is running process instance via script task?
I want to start 50+ processes that first one should start process X and rest of them only send a message with variables to that process.
I’m not used to use scripts like ex. execution.getProcessEngineServices()… is the possibility to check if process X or process with specific business Key is running.
I’ll be soo happy if somebody would share with solution to my problem.