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
Sidhant Behura
over 8 years ago
@aksharc -
I have a approach in mind which might fulfill this requirement of yours.
You can have an exception configured in the User Input Task which will get triggered when tp!owner gets initialized.
Or in the same process model you can have another flow parallel to this User Input Task. Prior to this you can create a task report where in you can pass the task id if the User Input Task and check whether anybody accepted the task or not.
Once you determine that whehter the task was accepted or not using any of the above method, then you can use a!startprocess or use sub-process to trigger another process.
Hope the information was useful.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sidhant Behura
over 8 years ago
@aksharc -
I have a approach in mind which might fulfill this requirement of yours.
You can have an exception configured in the User Input Task which will get triggered when tp!owner gets initialized.
Or in the same process model you can have another flow parallel to this User Input Task. Prior to this you can create a task report where in you can pass the task id if the User Input Task and check whether anybody accepted the task or not.
Once you determine that whehter the task was accepted or not using any of the above method, then you can use a!startprocess or use sub-process to trigger another process.
Hope the information was useful.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data