Skip to content
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

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

elguardian
Copy link
Contributor

@elguardian elguardian force-pushed the incubator-kie-issues-1484 branch 2 times, most recently from f764596 to cbc1739 Compare September 19, 2024 17:20
@apache apache deleted a comment from kie-ci3 Sep 19, 2024
@apache apache deleted a comment from kie-ci3 Sep 19, 2024
@apache apache deleted a comment from kie-ci3 Sep 20, 2024
@elguardian elguardian force-pushed the incubator-kie-issues-1484 branch 3 times, most recently from e04802e to 478fbef Compare September 23, 2024 11:15
@apache apache deleted a comment from kie-ci3 Sep 23, 2024
@apache apache deleted a comment from kie-ci3 Sep 23, 2024
@apache apache deleted a comment from kie-ci3 Sep 23, 2024
@apache apache deleted a comment from kie-ci3 Sep 25, 2024
@apache apache deleted a comment from kie-ci3 Sep 25, 2024
@apache apache deleted a comment from kie-ci3 Sep 26, 2024
@apache apache deleted a comment from kie-ci3 Sep 27, 2024
@apache apache deleted a comment from kie-ci3 Sep 28, 2024
@apache apache deleted a comment from kie-ci3 Sep 29, 2024
@apache apache deleted a comment from kie-ci3 Sep 30, 2024
@apache apache deleted a comment from kie-ci3 Oct 1, 2024
@apache apache deleted a comment from kie-ci3 Oct 1, 2024
@apache apache deleted a comment from kie-ci3 Oct 1, 2024
@apache apache deleted a comment from kie-ci3 Oct 1, 2024
@apache apache deleted a comment from kie-ci3 Oct 2, 2024
@apache apache deleted a comment from kie-ci3 Oct 2, 2024
@apache apache deleted a comment from kie-ci3 Oct 2, 2024
@apache apache deleted a comment from kie-ci3 Oct 2, 2024
@apache apache deleted a comment from kie-ci3 Oct 3, 2024
@elguardian elguardian force-pushed the incubator-kie-issues-1484 branch 4 times, most recently from 5419bb2 to 5be5333 Compare October 3, 2024 10:29
@apache apache deleted a comment from kie-ci3 Oct 3, 2024
@apache apache deleted a comment from kie-ci3 Oct 3, 2024
@apache apache deleted a comment from kie-ci3 Oct 3, 2024

@GET
@Produces(MediaType.APPLICATION_JSON)
public List<UserTaskView> list(@QueryParam("user") String user, @QueryParam("group") List<String> groups) {
Copy link
Contributor

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.

@elguardian elguardian force-pushed the incubator-kie-issues-1484 branch 3 times, most recently from ff48837 to c104a79 Compare October 4, 2024 10:46
Copy link
Contributor

@martinweiler martinweiler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @elguardian

@apache apache deleted a comment from kie-ci3 Oct 7, 2024
Copy link
Contributor

@pefernan pefernan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 when green

@elguardian elguardian merged commit ad419c8 into apache:main Oct 7, 2024
6 checks passed
@elguardian elguardian deleted the incubator-kie-issues-1484 branch October 7, 2024 18:04
rgdoliveira pushed a commit to rgdoliveira/kogito-runtimes that referenced this pull request Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create endpoints for user task
3 participants