camunda-external-task-client-python3 icon indicating copy to clipboard operation
camunda-external-task-client-python3 copied to clipboard

Tasklist

Open slowvak opened this issue 3 years ago • 1 comments

It appears that camunda has a function to retrieve open tasks for a user: taskService.createTaskQuery. However, I cannot figure out how to get this using this library. I searched through the source code and couldn't find anything promising. By the way, thank you for writing this package--very useful!

slowvak avatar Apr 09 '22 22:04 slowvak

@slowvak You are right. The library currently does not include any function to fetch task list. You can add it and create a pull request. Thanks

yogeshrnaik avatar Apr 10 '22 15:04 yogeshrnaik