josedee opened a new issue, #1950:
URL: https://github.com/apache/incubator-kie-issues/issues/1950
SLAs are available in the graphql return data on both the process and node
level:
```
{ProcessInstances(where:{state:{equal:ACTIVE}}){
id,
processName,
end,
state,
variables,
slaDueDate,
nodes {
name,
id,
type,
enter,
slaDueDate
}
}
}
```
However, it is currently not possible to use the slaDueDate in the query
clause.
--
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]