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
7 replies
Subscribers
9 subscribers
Views
3519 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, I have a subprocess that must be executed in multiple istances (one at time)
marcop519
over 12 years ago
Hi, I have a subprocess that must be executed in multiple istances (one at time) and the result of all executions must be recorded..like an append to a multi-variable of the process caller..
How to configure this solution?...
OriginalPostID-35143
OriginalPostID-35143
Discussion posts and replies are publicly visible
Parents
0
anithar888
over 12 years ago
You could have a single value (Number type) PV in the main process. In the sub process have a similar single value PV. Pass the single valued PV from the main process to the sub process. Make sure that you pass this PV to the sub process byreference.
In the sub process, keep incrementing the value of this PV by 1 (in a script task) each time an instance of the sub process runs.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
anithar888
over 12 years ago
You could have a single value (Number type) PV in the main process. In the sub process have a similar single value PV. Pass the single valued PV from the main process to the sub process. Make sure that you pass this PV to the sub process byreference.
In the sub process, keep incrementing the value of this PV by 1 (in a script task) each time an instance of the sub process runs.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data