Support for claimTask.allowOverrideAssignment
angelo-v opened this issue · 3 comments
angelo-v commented
The GraphQL API supports a parameter allowOverrideAssignment
in the claimTask
mutation, that is not available in the Java Client yet. Please add it as an optional parameter to the CamundaTaskListClient.claim
method
chDame commented
Hi @angelo-v,
I'll try to look into it next week. If you want it earlier, please feel free to open a PR :)
chDame commented
Hi @angelo-v,
This is available in 1.6.2 and you now ave 2 claims method. One with allowOverrideAssignment and the other one without (default value will be false). Hope that helps! Tell me if I can close the ticket after your tests. Thanks :)
angelo-v commented
Thank you very much for the quick response, this is helpful