pefernan opened a new issue, #1975:
URL: https://github.com/apache/incubator-kie-issues/issues/1975
We want to add a mechanism to obtain the list of timers of a given process
instance (SLAs, Timer Events...). This will be implemented in two places:
- Process Management Addon: a new REST endpoint will be added
(`/management/processes/{processId}/instances/{processInstanceId}/timers`)
that will return the list of timers for the process instances and its nodes.
- Data Index: A new field `timers` will be added to the `ProcessInstance`
type. It will use a specific DataFetcher that will use the new REST endpoint to
fetch the timers for active process instances.
--
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]