cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Requirement:

Two or more data_flow need to be executed in parallel.

When ALL these data_flow are executed completely (either success or failed), then execute next data_flow.

Can it be done?

Below is illustration.

0 Likes
View Entire Topic
former_member187605
Active Contributor
0 Likes

Use a work flow to run both data flows in parallel. Run the 3rd data flow after the work flow.

.