Hi 👋
Need a bit of clearance regarding the catch decorator of a step.
If i decorate a step with @catch, it will catch the exceptions and continue processing the task, but between the time of the exception until the task is finished i see that the task Status is Failed, once the task is finished it turns into Complete.
Can i assume that this decorator is applied on the Status only after the task is done?