GopikaReghunath commented on code in PR #4273:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4273#discussion_r3310741342
##########
api/kogito-api/src/main/java/org/kie/kogito/usertask/UserTaskInstances.java:
##########
@@ -32,6 +32,8 @@ public interface UserTaskInstances {
List<UserTaskInstance> findByIdentity(IdentityProvider identityProvider);
+ List<UserTaskInstance> findByIdentityAndFilter(IdentityProvider
identityProvider, UserTaskFilter filter);
Review Comment:
comment addressed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]