Hello all what is the best way to control the attended session from assistance ?
for example we have a Attended robot should not run between 16:00 and 17:00
can we control this in orchestrator!?
Best /Hazem
Hello all what is the best way to control the attended session from assistance ?
for example we have a Attended robot should not run between 16:00 and 17:00
can we control this in orchestrator!?
Best /Hazem
You can’t manage it directly from there out of the box as far as I know. (But I’d like to be wrong once in a while though)
You can put it in the attended process though. You can still run it at any time, but in the flow of the process at the start there is a condition checking the sysdate/time vs your operational window. If between 16-17h, throw a BE and end execution.
If you then make those ‘hours’ assets in the orchestrator you can still manage it from there without robot alterations in the future.
Add this logic in your code and if you want to make it dynamic, you can use Asset.
This is the only way.
Thanks,
Ashok ![]()
Lovely thanks both for answering ,
it will be nice if we have it from orch but maybe in the feature ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.