07-28-2017 05:50 AM
I it somehow possible to query for tasks using two taskVariables; either of which would be acceptable. For example, I would like to add the taskVariables below to my query. Obviously they now cancel each other out, because both can never be true at the same time, but for me it would be ok for either of the be to be true - can this be done?
{ "name" : "foo", "value" : "bar", "operation" : "equals", "type" : "string"}
{ "name" : "foo", "value" : "bar", "operation" : "equals", "type" : "string"}
07-31-2017 04:47 AM
Hi Joel,
The Activiti REST API does not offer the OR capability but you can develop a manual workaround requesting two times the endpoint and merge manually the two resulting JSONs.
Ok, it's not clean but... or operator is not available.
I hope it helps you.
07-31-2017 04:47 AM
Hi Joel,
The Activiti REST API does not offer the OR capability but you can develop a manual workaround requesting two times the endpoint and merge manually the two resulting JSONs.
Ok, it's not clean but... or operator is not available.
I hope it helps you.
Explore our Alfresco products with the links below. Use labels to filter content by product module.