Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


vinceh
2011-10-19T15:00:19Z
So I have a created a job that run just fine when executed manually -- all four tasks contained within it execute with no problems. But when I schedule this task using a time trigger, it skips all of the tasks contained within it.

When run by clicking "Run Job" in the Visual Cron client, everything proceeds normally:

Quote:


Info: Job started
Debug: Job added to processlist
Info: User "Vince" Ran Job
Debug: Setting previous task in TaskProcessCompleted: Task1
Debug: Setting previous task in TaskProcessCompleted: Task2
Debug: Setting previous task in TaskProcessCompleted: Task3
Debug: Setting previous task in TaskProcessCompleted: Task4
Debug: Job removed from processlist
Debug: Next execution time is set
Info: Job completed



But when I allow the job to run when off an interval time trigger, I get this:

Quote:


Info: Job started
Debug: Job added to processlist
Debug: Job removed from processlist
Debug: Next execution time is set
Info: Job completed



The client shows the Job as "Success" and that it will run again on the next scheduled time, but none of the tasks show as having run at that time -- their "last run" shows when the job was manually started by the user.

Any ideas?
Sponsor
Forum information
Support
2011-10-19T15:02:20Z
Perhaps you are using a Condition on the Job that prevents it from running. Default manual Run does not run with Conditions. You need to select that manually.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
vinceh
2011-10-19T15:07:30Z
That was it! I had the first task set with a "Previous task not running" condition.

Thank you so much!
Scroll to Top