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
2500 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
sikhivahans
over 10 years ago
@madhankumar As nileshr said, the procedure suggested by me applies only in the case when your PVs aren't passed by reference. If the PVs are passed by reference, updates in the master process should suffice your requirement.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 10 years ago
@madhankumar As nileshr said, the procedure suggested by me applies only in the case when your PVs aren't passed by reference. If the PVs are passed by reference, updates in the master process should suffice your requirement.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data