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
5 subscribers
Views
2071 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi All can any body help me how can I use Start Process Writer functi
aasuliman
over 9 years ago
Hi All
can any body help me how can I use Start Process Writer function plug-in to start a process model from SAIL form?
I have read in the forum that it must be used in bind function but I did not now how can use!
OriginalPostID-185838
OriginalPostID-185838
Discussion posts and replies are publicly visible
0
ammireddys
A Score Level 1
over 9 years ago
Hi aasuliman,
Attaching sample code to do so.
Do let me know if you need anything else.
Invoke process from SAIl.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aasuliman
over 9 years ago
Thank you very much ammireddys for your help
I have some questions :
1-why you send "_" in process parameter?
2-can we get a response value from the process like document ID?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ammireddys
A Score Level 1
over 9 years ago
@aasuliman, To answer
1) When you invoking the process by clicking button/link the setter function
will be executed and it tries to pass button/link value to the setter function. That means at least one parameter of the setter function should be left empty(using _) so that the button/link value is passed to that parameter when clicked.
2) We cannot get immediate response from the process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aasuliman
over 9 years ago
Thank you very much for your help
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
@aasuliman If you haven't explored the documentation already, the documentation at https://forum.appian.com/suite/help/7.11/Evaluation_Functions.html#bind.28.29 really has some good explanation as per my knowledge(for instance, the '_' underscore parameter, your question is also explained).
With regards to question 2, currently this function exhibits fire and forget behavior, so you can't expect any values from the function in return. But you could work around this by opting for a database approach in conjunction with usage of the function and to my knowledge, this is cumbersome.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel