Hi all,
I'm new to the activiti community. The company I work for intends on making heavy use of Activiti, via the REST api.
Previous to using the REST api, we were calling TasksService directly, and doing calls to createTaskQuery. Within that, we were using various task query methods that do not seem to exist in the rest api:
processInstanceIdIn
taskVariableValueLikeIgnoreCase
taskCategory
Is there any particular reason that these were not implemented, and would anybody be opposed to us submitting pull requests to add them?
Jeff Tulley