workflow orchestration process

Hello,

I’m new to KNIME Tool, I would like to know how to we setup a workflow Executions in KNIME server like
Execute Workflow A
if Success → Then, Execute Workflow B → if Success → Then, Execute Workflow C.
Else → send Email (with failed details). -------------->Else → send Email (with failed details)

or

image

Hi @kotlapullareddy

Welcome to KNIME FOrum.

You can explore the concept of Call Worklow (see KNIME Hub).
gr. Hans

1 Like

Hi @kotlapullareddy,
Welcome to the KNIME Forum and cool to hear that you are starting to use KNIME!
I would suggest using Call Workflow Service nodes in a separate orchestration workflow to call your workflows based on the logic you have defined. You can use the Try (Data Ports) and Catch Errors (Data Ports) nodes to react to workflow failures. An email can be sent using he Send Email node.
Please have a look at our docs for workflow invocation for more info.
Kind regards,
Alexander

2 Likes

Thanks your reply @AlexanderFillbrunn.

1 Like

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