So my workaround for
http://www.visualcron.co...sts&t=4637#post19744 is not working.
This seems like it should work, but it doesn't:
1. Get a list of computer
2. Start a loop
3. Set a USERVAR called CURRENT_LOOP_VARIABLE to the {LOOP(CurrentValueX)}
4. Restart the computer by using {USERVAR(CURRENT_LOOP_VALUE)}Those steps work fine. However, if there is an error in #4, I generate an email notification with the body that contains this:
Loop Value: {USERVAR(CURRENT_LOOP_VALUE)}Somehow when there is an error, this is the result of the above line:
Loop Value: [Current context (running Task) is not in a loop]I know the email notification task is not in the loop, but I'm not referencing the loop, I'm referencing a USERVAR.
Edited by moderator
2014-11-11T11:39:47Z
|
Reason: Not specified