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?