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
6 replies
Subscribers
6 subscribers
Views
2844 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, I have a requirement where a User Input Task (UIT) has a timer exceptio
sainadhn
over 9 years ago
Hi,
I have a requirement where a User Input Task (UIT) has a timer exception. UIT is triggered by timer event i.e dateTime Array. For each value in DateTime array it will trigger a task. All tasks have same deadline after which they move forward (through mentioned timer exception).
Say for example 3 UIT's are triggered one after another and they waited till common deadline and then they took the exception path and reached next node which is a sub process now it is running 3 instances at a time.
but my use case requires this sub process to run these multiple instances one after another. But they are running concurrently which is not a desired behavior that i am looking for. Is there any option / workaround available while configuring nodes to make them wait till the active node completes and then start a new instance?.
OriginalPostID-165682
OriginalPostID-165682
Discussion posts and replies are publicly visible
Parents
0
sagarl511
A Score Level 2
over 9 years ago
Rule events can also be used. Create a boolean array. Set its value to true at particular index on exception path. Create a rule event in process model to check if all values are true and let the flow begin. Also set step numbers or sequence order of subprocesses to be started. Match it to boolean array indices.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sagarl511
A Score Level 2
over 9 years ago
Rule events can also be used. Create a boolean array. Set its value to true at particular index on exception path. Create a rule event in process model to check if all values are true and let the flow begin. Also set step numbers or sequence order of subprocesses to be started. Match it to boolean array indices.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data