Hello,
New to VisualCron and trying to set up a task with different outputs. Cant really find any good tutorial on conditions and/or flow diagrams but here's what I want:
Weekly -> Get SQL result --success--> create file --success--> end job
| |
| |
--error--> send mail <--error--
|
|
-----> end job
But the case now is that on the flow diagram if everything is successfull it will go from end job to send mail anyway (because its in that order on the task list).
How can I tell a task to STOP after successfull output (which will give me this multiple branch diagram).
Hope you can help me with this!