I am trying to run an advanced multi-row queue sequence with the first step set to the following:
Check for available updates
Terminate queue if previous ‘Check for available updates’ finds 0 updates
Download and install updates + reboot always
Wait for host to go offline and come back online
Check for available updates
Terminate queue if previous ‘Check for available updates’ finds 0 updates
Download and install updates + reboot if required
Wait 5 minutes
Check for available updates
Terminate queue if previous ‘Check for available updates’ finds 0 updates
Download and install updates + reboot if required
The second and third steps are set to email various groups.
If I have “Terminate queue if previous ‘Check for available updates’ finds 0 updates” as part of the first step and that terminates the queue because it found 0 updates, the entire advanced sequence stops and steps 2 and 3 don’t occur. If I remove “Terminate queue if previous ‘Check for available updates’ finds 0 updates” from the first step, it works fine and completes steps 2 and 3.
Is there any way to have this work without terminating the entire sequence? I really want these steps to run sequentially without any delay, so I don’t want to schedule the email steps separately. Thanks!
Scott.