Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
6 subscribers
Views
1892 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I need to have a functionality that would normally cause a process instance to l
darrynj
over 9 years ago
I need to have a functionality that would normally cause a process instance to live for up to a year, because I have to wait a set time that is determined by my user. I don't want the process to stay active though, how can I solve this problem?
OriginalPostID-170635
OriginalPostID-170635
Discussion posts and replies are publicly visible
0
David Williams
over 9 years ago
What version are you using? Entity backed Records could solve this problem.
Build your process so when initiated it writes a record to the database, then direct the user to the record.
The record filters could then show active records by a status and / or by date.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
darrynj
over 9 years ago
I am using 7.9. Thank you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
David Williams
over 9 years ago
Take a look at this to start with ...
forum.appian.com/.../Record_Design.html
The docs will be available for 7.9 as well.
Records have solved a lot of issues for us and opened up a lot more data driven functionality. We now have several processes that write to a data store to create a record and then the user is pointed in the direction of the record. This is the "hub" of any activity for that record then and can have many different processes intereact with it.
Hope this helps!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
If I understand right, the requirement is to wait upto an year based on what user selected to do something and you do not want the process lingering for up to an year.
Put the timer in a subprocess. Start the subprocess async this way the main process may end but the subprocess lives and continues processing. But, yes, some process needs to be waiting regardless.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel