You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: