Hi,
Currently, if we use the flow "On Error" go to the next task, the task's status is failed but VisualCron doesn't take into account this failure for the job's status.
What we would like to have is that VisualCron takes into account this failure for the job's status.
For example :
My job have 3 tasks, we want all the tasks run even if one will fail.
Currently :
if all success, job's status is success
if all failed, job's status is success
if the last have status success(the others have failed or only 1), job's status is success
if the last have status failed (the others task's status don't change anything), job's status is failed
What we would like to have :
if 1 task failed so the job's status is failed even if we use the flow "On Error" go to the next task.
Best regards,
M.HUSSENET