How to do module synchronization?

I have 3 separate modules, each representing a separate, but related, ETL dataflow (e.g., A, B, C)

Q: Is there a way to have a single module run (or called) after A, B, C have completed? Crude drawing below shows the synchronization I’m trying to achieve. This is probably easy to do in Launcher but I’d like to do it in the desktop designer.

A —v

B --------> D

C —^

Thank you
Lance Miller

You can create a master workflow and use the “Synchronize” action to call module D after modules A, B, and C finish running.

In the example below, all 4 “Call” actions call the same dummy module, but it can be different modules A, B, and C, of course.

master-workflow.morph (4.4 KB)

Thank you for the helpful and prompt reply. Your support is amazing.