Skip to main content
December 17, 2025
Question

How to optimize Multiple integration calls in one process model

  • December 17, 2025
  • 6 replies
  • 0 views

Hi ,

have 6 integrations in the process model flow , it should be run in sequence manner and each integration is depending on previous integration call, now i have to complete the process model within 5 see , could you please let me best approach to follow ?

thanks!

    6 replies

    stefanhelzle0001
    December 17, 2025

    If they depend on each other, there is not much you can do.

    shubhama926776
    December 18, 2025

    The 5-second target is likely impossible with sequential external integrations. Focus on making it as fast as possible with expression rules.

    harshas2775
    December 18, 2025

    Relative times integrations take is not something we can control. So best approach is between the integrations whatever expression or logics you have, if any have them optimised to be as fast as possible. 

    shantanub
    December 19, 2025

    Whether calling all integration in single expression is more faster than using multiple Call Integration Smart Service in process model synchronously?

    stefanhelzle0001
    December 20, 2025

    Yes, this is faster because of the overhead of the process engines.

    mikes0011
    Brainy
    December 18, 2025

    I know you said they depend on the previous ones.  But do ALL of them depend on ALL previous ones?  If there are any that don't, then I would suggest you run some of them in parallel if at all possible.  Beyond that, you might just be stuck waiting on their inherent speed, as Stefan already mentioned.