Process triggering on Task Accept

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
  • 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.
Reply
  • 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.
Children
No Data