Open
Description
Is your feature request related to a problem? Please describe.
I'm working on a PoC where user tasks will be handled in JIRA. We have developped a webhook that should complete the task when the JIRA issue change status to "DONE". We have the taskId as well as variables from the Jira ticket.
Describe the solution you'd like
I'd like to have a method ZeebeClient.newCompleteCommand(taskId, variables) as we have with the Java client.
Describe alternatives you've considered
I've looked into workers but I could not find a solution (note that I'm not a python developer)
Additional context
NA