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!
Discussion posts and replies are publicly visible
If they depend on each other, there is not much you can do.
The 5-second target is likely impossible with sequential external integrations. Focus on making it as fast as possible with expression rules.
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.
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.
Whether calling all integration in single expression is more faster than using multiple Call Integration Smart Service in process model synchronously?
Yes, this is faster because of the overhead of the process engines.