How to time parts of the workflow?

Hello,

I have a workflow that essentially consists of two parts. One part uses database SQL executors to create tables on the database. The other part uses a database Reader to read Information from the created tables and processes them.

Is there a way to to ensure that the second part automatically begins running after the first part is over? Due to the design of my workflow, it is not possible to directly connect the last node of the first part (Ends with a “Loop end node” with a data outport) with the first node of the second part (it is a “table row to variable Loop start” node that already has an Input by a “Table Creator” node that runs before the first and second part of the flow and serves as Input for both).

Best regards

You can use variable connectors to achieve this:

image

4 Likes

Ah, thank you @imagejan , that works :slight_smile:

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