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
2080 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Can we pass value to process model via URL and How? following URL is
varshaw
over 11 years ago
Can we pass value to process model via URL and How?
following URL is used to launch process model
<a href='/suite/process/configureprocess.simplepopup?update=true&processModelId= 1234
' target='_blank'>...
OriginalPostID-103775
OriginalPostID-103775
Discussion posts and replies are publicly visible
0
aayusha
Certified Senior Developer
over 11 years ago
If you are filling data in some external UI and want to invoke process and pass some data and save it in pvs, then you should try exposing the PM as web service and utilize the service to do required functionality.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
varshaw
over 11 years ago
We are not calling it from external system, It is process to process communication only. We don't want to use subprocess here
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aayusha
Certified Senior Developer
over 11 years ago
You can use a send message node which would initiate a new process (receive message tt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aayusha
Certified Senior Developer
over 11 years ago
The other process will be triggered by receive event... You can pass data then.. but I would not suggest to pass a large amount of data. You should check the messaging best practices.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel