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
2 replies
Subscribers
6 subscribers
Views
2750 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Invoking sub-process by selecting "run one instance for each item in Array
vikask
over 12 years ago
Invoking sub-process by selecting "run one instance for each item in Array of Number/ Spawn all" and Move when all instances are done. While mapping parent and sub-process, using index (pv!processvariable,tp!instanceIndex) to store the value of element in sub-process variable. During debugging the process , not able to see sub-process variable in monitor mode. Any suggestions ?...
OriginalPostID-37304
OriginalPostID-37304
Discussion posts and replies are publicly visible
Parents
0
John
over 12 years ago
If you require an instance index value in your sub-process, you need to generate an integer sequence from 1 to the number of instances you intend to spawn. You then pass this integer array directly to a pv!InstanceIndex of integer type in the sub-process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
John
over 12 years ago
If you require an instance index value in your sub-process, you need to generate an integer sequence from 1 to the number of instances you intend to spawn. You then pass this integer array directly to a pv!InstanceIndex of integer type in the sub-process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data