Works Process Failure

Hi all,

What is the logic behind works process failure? If I have an eight hour DummyProcess and I want to insert failure, let´s say one hour and then continue the DummyProcess. Basically, I would like to use failure to insert more time to work task. Just to demonstrate, that if failure happens, there will be a delay in the process.

For now when I have failure in the middle of 8 hour process, it does not finish the process after failure and the process time is actually less than 8 hours.

I want to have 8h process + failure time. Now it is like 4h process then 1h failure happens and then it continues to next work task and the work only lasts 5h.