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
7 replies
Subscribers
5 subscribers
Views
4374 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Process triggering on Task Accept
aksharc
over 8 years ago
We are on 16.2 cloud.
Is there a way I can trigger a process when someone accepts a task?
OriginalPostID-235352
Discussion posts and replies are publicly visible
Parents
0
aksharc
over 8 years ago
Thanks Sikhivahan and Sidhant for your inputs. I came up with the solution (below):
(1) Create a Web API which will initiate the process of that process model.
(2) Use the httppost method (available in 'Send HTTP Request Plug-in' shared component) in the task form. (Use the httppost in the value attribute of textField and have a mechanism so that it doesn't get evaluated every time form is refreshed after task is accepted - so it will be evaluated once when the task is initially accepted).
Let me know if this is not a very good idea.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aksharc
over 8 years ago
Thanks Sikhivahan and Sidhant for your inputs. I came up with the solution (below):
(1) Create a Web API which will initiate the process of that process model.
(2) Use the httppost method (available in 'Send HTTP Request Plug-in' shared component) in the task form. (Use the httppost in the value attribute of textField and have a mechanism so that it doesn't get evaluated every time form is refreshed after task is accepted - so it will be evaluated once when the task is initially accepted).
Let me know if this is not a very good idea.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data