-
Feature
-
Resolution: Unresolved
-
Major
-
1.35.0
-
None
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:
{ ProcessInstances { id variables { workflowdata (variable: "value") } } }