How to retry executing Workflow by using "Call Workflow (Table based)" node

Hello.

I was wondering if I could retry executing Workflow by using “Call Workflow (Table based)” node.

There is a retry setting inside this node that defaults to 3, but it doesn’t look like the job is being created 3 times.

If there is a way to automatically re-run the workflow when it fails, please let me know.

Thanks,
hhkim

Hi @hhkim,
The retry option in the Call Workflow node only retries if the job creation fails, if I remember correctly. You could build a loop with a Try-Catch like in this workflow: Retry Database Connection – KNIME Community Hub. Does that help?
Kind regards,
Alexander

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.