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
2 replies
Subscribers
5 subscribers
Views
1179 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I'm trying to write a servlet that automatically accepts the first task in a
nickw
over 10 years ago
I'm trying to write a servlet that automatically accepts the first task in a list that hasn't already been accepted by the user who initiated the servlet. I'm looking at the API and it looks like the closest thing to this I can find is the ProcessExecutionService.GetTaskAssignees(), however, this seems to be specific to assignment, which is different from acceptance. Is anyone aware of a way to tell whether a given task ID has been accepted by a user already? Thanks!
OriginalPostID-139818
OriginalPostID-139818
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The TaskSummary class has constants for the status, e.g. TaskSummary.TASK_STATUS_ACCEPTED
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The TaskSummary class has constants for the status, e.g. TaskSummary.TASK_STATUS_ACCEPTED
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data