-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[incubator-kie-issues-1484] Create endpoints for user task #3673
Conversation
f764596
to
cbc1739
Compare
cbc1739
to
6c56bc9
Compare
e04802e
to
478fbef
Compare
a0c77e9
to
aa17d24
Compare
9760707
to
74e907a
Compare
dfd7a6f
to
1971541
Compare
1971541
to
e993e18
Compare
d2e3185
to
c114823
Compare
5419bb2
to
5be5333
Compare
|
||
@GET | ||
@Produces(MediaType.APPLICATION_JSON) | ||
public List<UserTaskView> list(@QueryParam("user") String user, @QueryParam("group") List<String> groups) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might make sense to have an additional parameter for the processInstanceId
to filter the list of returned UserTasks by process instance.
ff48837
to
c104a79
Compare
c104a79
to
ea13b2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @elguardian
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 when green
Closes: apache/incubator-kie-issues#1484