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
1412 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
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
0
christopherg753
over 9 years ago
Thanks for the reply, I know you can do it in the process itself, I was just exploring the possibility of doing it in the SAIL form itself. Thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Stefan Helzle
A Score Level 3
over 9 years ago
Is there any special requirement? If yes, you could use the start process writer plugin to start a process in background and to the request there. You could also try to do the call inside the saveInto of the cancel button.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel