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
2499 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, We have a process model C which is a sub process invoked from proces model B
madhankumarb
over 10 years ago
Hi, We have a process model C which is a sub process invoked from proces model B which in turn a sub process invoked from main process model A. Each model has user input task namely input_task_A, input_task_B, input_task_C.
We have a process variable called MM which is of type User. This process variable MM is sent as input to B from A and then to C from B. (A -> B -> C). For business reason we may have change the MM variable value(i.e.one user to another user), and we can do this with the help of "Set External PV activity" smart service.
Now challange what is the approach to update this MM variable in different process instance. Assume we have instance-1 which currently in input_task_C in process model C, then in this case we need to upgrade process instance A, B and C. Similarly for instance-2 which is currently in input_task_B in process model B, then in this case we need to upgrade process instance A and B alone. How can I know that an instan...
OriginalPostID-144606
OriginalPostID-144606
Discussion posts and replies are publicly visible
Parents
0
nileshr
over 10 years ago
Hi madhankumar,
I guess passing your process variable as a reference, from master process to sub process, can help you.
Whenever you pass a process variable as a reference, while configuring the sub process, the changes made at run-time in the sub process are immediately reflected in the parent process.
forum.appian.com/.../Sub-Process_Activity.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
nileshr
over 10 years ago
Hi madhankumar,
I guess passing your process variable as a reference, from master process to sub process, can help you.
Whenever you pass a process variable as a reference, while configuring the sub process, the changes made at run-time in the sub process are immediately reflected in the parent process.
forum.appian.com/.../Sub-Process_Activity.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data