I've already searched in this forum and didn't find anything that helped.
I have the following situation here:
Code: Select all
JOB1 ------\
\
JOB2 --------> SEQUENCER --------> JOB3
/
JOB3 ------/
EXEPTION_HANDLER --------> NOTIFICATION_ACTIVITY I've checked the "Add checkpoint so sequence is restartable" option.
Then I've started this sequence and the Jobs 1, 2 and 3 began to run.
The "Job1" has finished OK and had his run checkpointed.
Then the "Job2" has aborted before the "Job3" finished and, after this, the exeption handler has started and sent me an e-mail
The problem is: the "Job3" was still runing and it finished OK, but did not had his run checkpointed.
When I restart this sequence, that has aborted, the "Job3" has been executed again.
Does anybody can help me?
Thank you
