Hi Team,
I have used an Execute workflow activity to execute XML code. This is from running the Upgrade Software from All Tasks and saving as a script, then cut+paste into the input of the Execute activity. The issue I am having trouble with is I want the Execute activity to wait until the Upgrade of the client has completed (successful/failure), then deal with the exitcode. However, the Workflow continues on to completion, but the Upgrade job in the Job controller is still activity. I have used a WaitforCompletion, but the execute (XML to upgrade a client) must say it is complete as the workflow goes onto completion.
Is there a way to make the Execute of the XML wait until the job is complete? Is the a flag to set inside the XML code?
Thank you in advance
Laurence