Would be nice to have a possibility to group work queues in case there is more than one work queue for a process or there is a wish to split by countries etc. The work queue list is getting too big when there are more processes developed.
The .bat file can be ran just with Utillity- Environment - "Start process" action.
But since my comment here has been a while and we migrated to cloud virtual machines were windows defender was not allowing to run this bat file. So now we are using ...
There is a workaround for it if you do it correctly - to open exported object/process in text editor (as it is xml file) and then replace all "old object name" with "new object name", and then import it back, however all the inputs and outputs are no...
When object name is changed then in all processes where this object was used it no longer exists in the actions and it should be again added for all the missing actions. It could be the same as for process - when the name is changed it still exists i...
We have similar with the bat file, but a different approach. Program (bat file) is started at the start of the BP process and is running in background, whenever the pop up with specific window name shows up, it is automatically killed.---------------...