ydayagi commented on issue #2179: URL: https://github.com/apache/incubator-kie-kogito-apps/issues/2179#issuecomment-2619123946
> [@ydayagi](https://github.com/ydayagi) I cannot reproduce either this cURL works fine for me (hello-world example) > > `curl -X POST http://localhost:8180/graphql/ -H "Content-Type: application/json" -d '{"query":"{\n ProcessInstances(\n where: {and: [{processId: {isNull: false}}, {variables: {workflowdata: {greeting:{equal:\n\"Hello World\"}}}}\n, {processId: {in: [\"hello_world\"]}}]}\n orderBy: {start: DESC}\n pagination: {limit: 100, offset: 0}\n ) {\n id\n processId\n variables\n }\n}"}'` > > I'm escaping the quotes that are inside the query, but I cannot see any other difference. you are querying the workflowdata. try adding another field such as "just-another-field" and you'll see -- 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]
