Hi, I have five processes and one robot to run. So I have to run all the processes on a single robot.
So if I schedule all the process and set a same time for all to run. So will they run all at the same time or one after others like if first finish then the second process automatically triggers likewise? Please suggest
Can I set the priority for all? Like first I want to run A process then second is D likewise? @Pablito
As you said you want to run all processes in single machine right.
We can’t run all processes at a time in single machine. First one process will run and remaining processes will be in pending state. Once first process completed then next process will run and so on.
Create the process which you want to run it first and so on.