Hi,
i defined a action with a Retry Count of 2 and a Output Monitor that fails the action if a string is found in the Output.
Log:
Executing external process: IsSABld.exe
..
ISDEV : error -7150: Hinzuf³gen einer Datei zur Setup-Boot-Datei (setup.ibt) ist gescheitert.
..
WEB - 1 error(s), 1 warning(s)
..
Program returned code : 1
..
Output Monitor : Failing because "ISDEV : error" found.
..
Retrying action (1 of 2)...
..
WEB - 0 error(s), 1 warning(s)
..
Output Monitor : Failing because "ISDEV : error" found.
..
Retrying action (2 of 2)...
..
WEB - 0 error(s), 1 warning(s)
..
Output Monitor : Failing because "ISDEV : error" found.
It seems that the Output Monitor don´t delete the Output between the Retrys for the String Monitor.