I’m reaching you about a use case that I have
I have two folder on orchestrator
folder 1 : user_1 - Machine_1
folder 2 : user_1 - Machine_2
i’ve uploaded a process on folder 1, this process contain
- Get Jobs
- Loop to the output Jobs
- Test if item.state = JobState.running
- Stop job (Strategy : Kill Job)
The aim is to kill running process on folder 2
I think it all about permission, cause i don’t have any errors when running the processes (he can’t go inside the loop)
Thank you in advance for your help !