Resume graph execution from point of failure

Hi all,

Are there any options in Clover ETL to restart the job flow from the point of failure?

Eg. Suppose I’ve a job flow which has the following sequence of graph execution,

Graph A → Graph B → Graph C

If in case graph B fails, I need to restart the process from the failed graph (Graph B).

Please let me know how to achieve this?

Hi,

You can use Loop component (available since CloverETL 3.5) with a condition checking whether status in output mapping of ExecuteGraph is “ERROR”. If there is an error, the cycle will wait a while (Sleep component) and try it again.

http://doc.cloveretl.com/documentation/ … /loop.html

Regards,