cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BODS: How to execute data flow in parallel?

Former Member
0 Likes
3,627

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.

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.

.