-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 15-17 (from Apr 10)
In a hello world project I included the
kogito-addons-quarkus-data-index-postgresql, it works fine.
But it looks like the Jobs query is not working.
To reproduce you can do the following POST:
with content:
{
"query": "{Jobs { id }}"
}
In the logs I can see this error:
{
"errors": [
{
"message": "Validation error (FieldUndefined@[Jobs]) : Field 'Jobs' in type 'Query' is undefined",
"locations": [
],
"extensions":
}
]
}
However the ProcessInstancess query works fine:
{
"query" : "{ProcessInstances{id, processId, state}}"
}