1
0
-1

Can you add a Method like getAssignments Method?

CLASS: WorkflowAssignmentDao,  add processRequesterId param for the funciton

public Collection<WorkflowAssignment> getAssignments(String packageId, String processDefId, String processId, String activityDefId, String username, String state, String sort, Boolean desc, Integer start, Integer rows)
    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I found the code mentioned in GitHub. You could try to customize the code either in a custom plugin or using BeanShell.


        CommentAdd your comment...