camunda-external-task-client-python3
camunda-external-task-client-python3 copied to clipboard
Tasklist
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 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