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
13 replies
Subscribers
7 subscribers
Views
6772 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Calling Process Flow on click of Button or link: Is it possible to call a proces
jaishankarj
over 9 years ago
Calling Process Flow on click of Button or link: Is it possible to call a process flow and pass values from an UI using button or link? I am working on building a grid for a Service Backed record where I want to initiate a related action based on selected grid row. I need to pass selected rows to the process flow for further processing. Any thoughts?
OriginalPostID-157091
OriginalPostID-157091
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 9 years ago
@jaishankarj Here is the link to shared component which allows you to do so: https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yQeCToV_iK9c-uZFaHQndbxbAQOV2CNBg/view/summary
Additionally I would also like to suggest to go through bind() (Reference: https://forum.appian.com/suite/help/7.10/Evaluation_Functions.html#bind.28.29).
Combination of bind() and startprocesswrite() will do the required work. Additionally there are few posts in forum which have discussed this mechanism which I would like to suggest you to go through.
This allows you to trigger the process, but you won't be able to link to it, for instance you may not expect a link to task that happens as the part of process triggered using bind() and startprocesswrite() (similar to fire and forget approach)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 9 years ago
@jaishankarj Here is the link to shared component which allows you to do so: https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yQeCToV_iK9c-uZFaHQndbxbAQOV2CNBg/view/summary
Additionally I would also like to suggest to go through bind() (Reference: https://forum.appian.com/suite/help/7.10/Evaluation_Functions.html#bind.28.29).
Combination of bind() and startprocesswrite() will do the required work. Additionally there are few posts in forum which have discussed this mechanism which I would like to suggest you to go through.
This allows you to trigger the process, but you won't be able to link to it, for instance you may not expect a link to task that happens as the part of process triggered using bind() and startprocesswrite() (similar to fire and forget approach)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data