Hi, I would like to use a “Stop job” activity but not sure how to use it.
Trying to specify the job that needs to be stopped but it does not work.
Anyone with experience?
More details for you are here:
Hey @Chintan_Gandhi
First you have to use Get Jobs Activity to Get all jobs from Orchestrator then it will return an IEnumerable. by traversing or filtering it you will get your Orchestrator job then use it for your further usage.
Regards…!!
Aksh
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Nice, thanks! Will check it out
Hmm… Not sure how to actually use it. Do you have an example?