- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 12:45 AM
Guys, i just want to ask, i have a very huge workflow but it recently started to hang mid-request., Really huge like the screenshot x3.
So i was thinking to re-dsign the workflow and split it into several smaller workflow and calls from the original flow.
Would it be better or stick with one huge workflow?
Solved! Go to Solution.
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 12:53 AM
I'd consider breaking it into subflows - the typical "divide and conquer" strategy.
Each subflow would concentrate upon a specific set of process activities, with a "parent workflow" deciding which subflow to call, delegating tasks out accordingly.
Functionally, there will be no difference to the end-user - but behind the scenes, it makes the whole workflow more maintainable since it encapsulates change impact to one particular subflow, reducing work and risk when amending... as well as making it easier to diagnose when things are going wrong/slow.
Now, how you decide to split it - or even have subflows calling subflows - is another matter. But certainly, a diagram THAT huge strikes me as an overcomplex approach to process management. I'd hate to be the BPC that drew that up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 08:07 AM
thanks..i will be doing that