Hi,
I’m faced with a process that is triggered when an end-user moves a file into a folder. Currently we have 3 robots and they all check the folder for a new file every 1 min( schedule in Orchestrator). The problem is that they create a lot of unwanted job lines in Orchestrator even if they don’t find a file to process.
-
Is it possible to remove or make the process not show up as a row under jobs if certain conditions are met?
-
Is there a better way to handle this type of processes?
I have a script that makes OS fire an event when a file enters the wanted directory, is it possible to activate a process through the command line/power shell script?
This would make sure that only the processes that actually needs to perform any actions logs to Orchestrator.