07-10-2007 08:42 AM
07-11-2007 05:03 AM
07-11-2007 07:29 AM
07-12-2007 04:43 AM
07-13-2007 03:33 AM
Nikolai,
I want to execute the subsequence n times and the result of this subsequence has to be always the result of the last execution. This result feeds to a the result of the mainsequence.
Example with result faulty:
1st time subsequence
-> failure
-> user initiate, to repeat this subsequence
2nd time subsequence
-> failure
-> user initiate no repeat this subsequence
mainsequence gets the last status of subsequence, here faulty
Example with result passed:
1st time subsequence
-> failure
-> user initiate, to repeat this subsequence
2nd time subsequence
-> passed
-> subsequence was terminated with passed
mainsequence gets the last status of subsequence, here passed
Actually I gets always the status failure inside the mainsequence, if one of the executed subsequence was faulty, even though the last execution of the subsequence was passed.
regards,
Edu
07-13-2007 06:22 AM
07-20-2007 01:20 AM
Hi Nikolai,
will you accept my thanks for help!
regards Eduard