You are viewing limited content. For full access, please sign in.

Question

Question

Single workflow or combination of multiple workflows

asked on June 29, 2015

So I have a workflow which is quite massive (means a long workflow).

What should give us the better performance.

1) A single workflow with all activities from top to bottom

2) Take some functionalities out of this large workflow and create small workflows and reference them.

 

Is the above clear?

 

I know workflow runs every activity as a separate thread, so would splitting the workflow in multiple workflows provide us any better performance? or would it make the process slower?

0 0

Replies

replied on June 29, 2015

It is best practice/recommendation to sequence that workflow up and then find points to separate it out. Passing tokens and having smaller workflows will allow for fixing one component rather easily if anything goes wrong without disrupting the rest of the running versions much.

 

Speed performance wise, smaller more concise workflows should run better as long as they are broken down properly. You dont need a new workflow for 2 activities

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.