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
4 replies
Subscribers
6 subscribers
Views
1618 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Can we use process name as a variable inside the subprocess activity so that the
santisurai
over 13 years ago
Can we use process name as a variable inside the subprocess activity so that the name of the called process can be determined in runtime....
OriginalPostID-28254
OriginalPostID-28254
Discussion posts and replies are publicly visible
Parents
0
joel
over 13 years ago
We have one way of doing this, by calling a standard sub process passing in a range of data. Inside this sub process we have a send message node, which we set up with the data items to be sent in the msg properties. Then on the processes we wish to launch which we have a received message node at the start. We have a rule on this that means it only fires when one of the fields in the msg properties contains the process name. We then map the required data fields into the process. The only issue is the messages I believe are broadcast system wide but currently we run this successfully.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
joel
over 13 years ago
We have one way of doing this, by calling a standard sub process passing in a range of data. Inside this sub process we have a send message node, which we set up with the data items to be sent in the msg properties. Then on the processes we wish to launch which we have a received message node at the start. We have a rule on this that means it only fires when one of the fields in the msg properties contains the process name. We then map the required data fields into the process. The only issue is the messages I believe are broadcast system wide but currently we run this successfully.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data