Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
3 replies
Answers
1 answer
Subscribers
10 subscribers
Views
1438 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How does the community at large handle this situation: We have some w
Richard
over 8 years ago
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
Top Replies
Stefan Helzle
over 1 year ago
in reply to
anups4671
+1
Certified Lead Developer
I just posted on my blog about how to implement long-living processes or tasks. https://appian.rocks Regrading the dynamic data, I do not recommend to try to build another level of abstraction on top…
Mathieu Drouin
over 1 year ago
+1
suggested
Certified Lead Developer
I've done it by building out what I call "Activities". It's basically a checklist of sorts. Users can launch each of the activities but we can also trigger activities automatically based on the completion…