Pattern for two workflows with completion dependency

Hi Team, I have a requirement where a workflow can not complete until a “Partner” Workflow has also arrived and been processed. (Think Buy/Sell with separate messages with a link field on the message). Any thoughts on a good pattern for this?

Thank You!

You could use signals for this. Partner workflow could signal your main workflow before it completes, letting it know it can finish its processing.

1 Like