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
3 replies
Subscribers
7 subscribers
Views
1414 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hello, Does anyone know if there is a way to trigger a "GET" req
christopherg753
over 9 years ago
Hello,
Does anyone know if there is a way to trigger a "GET" request when a user clicks on the cancel button within the SAIL form? I am looking for a behavior similar to javascript that will allow my custom servlet plugin to execute when the user decides to cancel the task. I would also like for this to execute in the background if It could. There is no interaction with the user on the front end. Thanks in advance.
OriginalPostID-200004
OriginalPostID-200004
Discussion posts and replies are publicly visible
Parents
0
Stefan Helzle
A Score Level 3
over 9 years ago
I think you would do that in process. So you have some variable like "cancel", the cancel button saves "true" to this value. A XOR after the task allows you to react on this. This is what we normally do.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Stefan Helzle
A Score Level 3
over 9 years ago
I think you would do that in process. So you have some variable like "cancel", the cancel button saves "true" to this value. A XOR after the task allows you to react on this. This is what we normally do.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data