@bizzymd The project can be found at:
C:\Users\UserName\AppData\Local\TaskScheduler\1.6.0\app\appslocal\...(etc)....\SID...(etc)....\engine\project.xmlHere you can find all projects that were created by scheduler.
Hello all,
i have a workflow, which runs absolutely fine when in the "recording" mode, but when i execute it in "run"/compliled mode, it fails(80% failures).
I sense it has something to do with execution time /waiting time for actions to be completed, the website sometimes takes couple of seconds more to load or execute the click.
The workflow is about p interest acc registration.
Any idea ?
Thanks a lot in advance.
You should use "wait for page load" and pauses (especially after loading new page). You can also create a function that waits for a element that is on every page of the website (e.g. some footer) and call this after moving to a new page, submitting data and so on.
One issue could also be proxies that have time outs and thus bringt the whole script down.
Thanks Morpheus.
I will add the "wait for page load" on the most critical failures and see how it behaves.
Will also migrate the script to a better VM.