I’ve successfully published my project to my orchestrator, but when I run the automation, it only executes the automation partially and registers as a success in the Jobs History, despite the fact that it was incomplete. I’ve been unable to resolve the issue because it works perfectly fine when I run it from studio.
Please advise on the nature of the problem.
The workflows in my Init sequence are encapsulated in the above image, thus what occurs in orchestrator is that it only executes up to the third workflow and then stops, despite the fact that I have workflows in my Process.xaml that don’t execute at all.
Yes am doing exception handling
Am not getting any error that’s why am wondering why the job is being registered as a success yet it is incomplete and am not getting errors
@Kakooza-Allan-Klaus
Is it specifically skipping one workflow in the entire process? If yes, can you confirm which Workflow is that and share a sceenshot of the same.
Also in your automation are you accessing any local files?
The local file am accessing is because and am just downloading it then I move it into the project folder then the rest of the files that I need in the automation are within the project folder.