Patch support in httptask?

From the docs I can see the httptask only supports GET,POST,PUT,DELETE. How can I extend it to support PATCH requests.?

The source code of httptask is here: https://github.com/flowable/flowable-engine/tree/master/modules/flowable-http

1 Like