Merge

Last modified: April 20, 2023

1 Introduction

A merge can be used to combine flows into one. If previously you split the microflow flow (for example, when adding a decision) and now one and the same action needs to be executed for these separated flows, you can combine the two (or more) paths using a merge.

For example, you have a situation where the microflow has been separated into two flows according to certain conditions. In one flow an order status is set to complete and in the other the status is set to incomplete. After this you want to retrieve all associated order lines to aggregate the prices into a total for both flows. You can use a merge to combine the two flows so you can use only one activity to retrieve order lines.