Hi all - just wanted to request a documentation fix. The documentation for GET /task says that you can use ?processDefinitionNameLike
for substring matches against the process definition name.
I tried to use this queryparam as documented and it didn’t work. I had to look up the code to determine that %
is the wildcard character and otherwise it’ll do an exact-string match. You might want to add this fact to the documentation
Cheers!
1 Like
Hey @helgridly,
thanks first of all for spotting this!
Now that you already found the fix and have a clear idea what could be a better description here, would you like to go ahead and contribute this yourself in the respective repostory?
The place to change this would actually simply be: https://github.com/camunda/camunda-docs-manual/blob/master/content/reference/rest/task/get-query.md
Feel free to look around in the repository, fork it, open a PR and we will happily merge this.
If you need any assistance, let us know!
Best,
Tobias
1 Like