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.


kgs
  •  kgs
  • No customer Topic Starter
2015-09-23T21:52:46Z
Greetings:
The Process->Execute task always seems to return an exit code of zero on success and 77777 on failure. I would like to pass the exit code from the EXE run inside the Execute task to the next task. A handy way to do this would be through the task’s exit code variable. Is there a simple way to set Visual Cron’s task exit code to the value of the EXE’s exit code? Thanks, Ken.
Sponsor
Forum information
Support
2015-09-24T07:47:05Z
This is what already happens today. The Task will have the same exit code as the Task unless the exit code is not recognized as standard. What you can do then is to clone the Exit code collection in On error tab and then add the exit code manually.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
kgs
  •  kgs
  • No customer Topic Starter
2015-09-24T15:50:04Z
Many thanks for the quick reply and clarification about how the exit code collection works. I completely missed the “clone” capability. Tried this solution this morning and it works great. Kind Regards, Ken.
Scroll to Top