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
5 replies
Subscribers
9 subscribers
Views
2086 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I'm passing a small array of process IDs into a Send Message Event, wanting
stephens
over 10 years ago
I'm passing a small array of process IDs into a Send Message Event, wanting the event to fire for each process ID in the array.
However, the event only uses the first process id in the array.
What am I missing here?
OriginalPostID-147096
OriginalPostID-147096
Discussion posts and replies are publicly visible
Parents
0
mohanp
over 10 years ago
Hi Stephens, As far as I know, send message event executes only once. if you want it to execute for each process Id you need to keep it into a subprocess and this subprocess need to be called multiple times (i.e., one instance for each processId)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
mohanp
over 10 years ago
Hi Stephens, As far as I know, send message event executes only once. if you want it to execute for each process Id you need to keep it into a subprocess and this subprocess need to be called multiple times (i.e., one instance for each processId)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data