Sub-MF with two return values?

0
Hi, is it somehow possible return two decimals from one Sub-Microflow? I would like to two generate two Sums and return them both for further processing. Or do I need to split the Sub into two separate Microflows, each returning one value? Thanks!
asked
1 answers
3

You could split it into two microflows as you suggested, or you could get it to return a NPE with two decimal attributes.

Hope that helps.

answered