How does the community at large handle this situation: We have some w

How does the community at large handle this situation:

We have some workflows that consist of a three phases (somebody needs something, somebody approves that need, somebody delivers it). Typically, there are a collection of little generic library sub-processes that get called. But the three components above typically involve data and people that are unique to this instance

Currently we build that whole process into a process model and it "lives" for the entire set of actions listed above.

What we desire is to break the whole thing apart into small chunks that only "live" long enough to load the necessary data, interact (where necessary) with a user, write the data that changed and end.

How have you all handled a mix of library code and data driven purpose built components?

OriginalPostID-200752

OriginalPostID-200752

  Discussion posts and replies are publicly visible