camunda-community-hub / camunda-external-task-client-python3

Camunda 7 External Task Client in Python
Apache License 2.0
73 stars 54 forks source link

Tasklist #77

Open slowvak opened 2 years ago

slowvak commented 2 years ago

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!

yogeshrnaik commented 2 years ago

@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