Execute sdenario in parallel | Community
Skip to main content
New Participant
September 14, 2023
Question

Execute sdenario in parallel

  • September 14, 2023
  • 1 reply
  • 1344 views

Hello!

Is it possible to execute bundles in parallel? I have a scenario with long lasting step, it would be nice if it was possible to make it parallel in order to save processing time.

Alternatively, some module forcing "processing all bundles till this point" could do the trick.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

lgaertner
New Participant
September 15, 2023

Hi,

did you try working with a Router module?

Visually it seems to continue processing on each path simultaneously, but still, I'm not really sure if that's what happens internally.

 

 

Regards

Lars

Mateusz64Author
New Participant
September 15, 2023

Hi.

I tried with router but I couldn't figure out how to configure it. However, Flow Control module contains Aggregator and Iterator steps, I combined the two to achieve what I wanted.

This, unfortunately, has a drawback - it seems that Aggregator uses filed names exactly as they come from previous modules, so you can't really aggregate step1 name and step2 name. This may be a problem in the future.

For now I've got this monstrosity doing exactly what I wanted:

 

lgaertner
New Participant
September 15, 2023

The router itself does not really need to be configured. It depends on what you really want to do...

 

Apart from that, I don't really understand what you want to achieve with an aggregator and an iterator, as this doesn't really make sense from my point of view.

 

As we are currently working on the AEM integration, my I ask which connector you are working with? Do you use the "native connector" or the "enhanced connector" in Workfront?

 

Regards.

Lars