Skip to main content
harshs684550
March 12, 2023
Question

Call an Integration vs Start process inside saveInto

  • March 12, 2023
  • 2 replies
  • 0 views

Hi there, 

We are using using integrations inside saveInto of some components, I just wanted to know whether is there any difference in  performance between call to integration and start process(calling the integration inside the process model and using that process model instead of directly using call to integration) ? 

2 replies

stefanhelzle0001
March 12, 2023

Sure. Starting a process emits way more CO2 than just calling that integration. Starting a process is only required when you need to use more than one smart service.

harshs684550
March 12, 2023

[emoticon:752f32bcc91d4a448db162742a877a4a]Yup, that's what I thought.