fjtirado opened a new issue, #2158:
URL: https://github.com/apache/incubator-kie-kogito-apps/issues/2158
### Description
Often users have to retrieve process instances using information within the
process instances (aka workflow data).
At the moment it's not possible to write a graphql query to retrieve
workflow instances based on the workflow variable content.
Typically, graphql can handle this kind of query in the following way:
{code:java}
{ ProcessInstances { id variables { workflowdata (variable: "value") } }
}{code}
### Implementation ideas
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]