External API activity and workflow efficiency | Community
Skip to main content
filipe23353816
New Participant
February 12, 2021
Solved

External API activity and workflow efficiency

  • February 12, 2021
  • 1 reply
  • 916 views

Hi,

 

We have four import workflows where we use the external API activity to fetch new blog content. We need to run these quite often since we can only fetch the latest blog post.

 

My question is if it is most efficient to have four workflows or if you should run them sequentially in one workflow? I think I have seen that it is not good to have several external API activities in the same workflow? But I am also concerned running several workflows often, when it could be one workflow (although including more steps).

 

Br,

Filip

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

Hi Filipe,

 

So what are your concerns around running multiple workflows often?  As long as the workflows don't take a long time to execute and you stagger them out so they don't overlap then even if they are inserting/updating data in the same table, they shouldn't run into any performance issues.

 

Also please note that it's not recommended to run workflows more often than 5 minutes apart.

 

Regards,

Craig

1 reply

Craig_Thonis
Craig_ThonisAccepted solution
Employee
February 17, 2021

Hi Filipe,

 

So what are your concerns around running multiple workflows often?  As long as the workflows don't take a long time to execute and you stagger them out so they don't overlap then even if they are inserting/updating data in the same table, they shouldn't run into any performance issues.

 

Also please note that it's not recommended to run workflows more often than 5 minutes apart.

 

Regards,

Craig