How can I have multiple triggers that launch parallel independent workflows?

Hi,

I have this workflow:

I would like to add multiple IMAP nodes and leave the rest of the flow untouched. Technically, I would like something that looks like this:

Eventually, the workflow ends with a telegram message. What I would like is for the whole workflow to complete once for the IMAP node, then for the Outlook mode, then for the GMAil node, then.…

So I would have:

  • Trigger → Date →
    • IMAP email → aggregate → cleanup → Telegram message
    • Outlook email → aggregate → cleanup → Telegram message
    • Gmail email → aggregate → cleanup → Telegram message
    • etc.

Is there a way to do this elegantly?

L

The title and the content of your request seems to be a bit different.

What are trying to achieve actually?

.…

Oh wait, I think I misunderstood how th e aggregator works. I think it actuall does what I want.

I will do some more tests to see.

L

Not sure about doing this elegantly, but there sure should be a way to explain it better, cause I am a bit lost :slight_smile:

I tried to read it again, I think… I think… i understand.

So you want the same workflow to loop through multiple email providers? What is the problem in the setup you showed in the second workflow. One thing you could change is - add merge after all the providers, and only then the aggregate (if you need it).

It was my mistake. I realized the flow was working correctly, as I wanted but I think my test setup was wrong or something. Anyway, by the time I realized it, y’all had started answering (thanks!) and.… well.. egg, meet face. :slightly_smiling_face:

L

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.