pefernan opened a new issue, #2006:
URL: https://github.com/apache/incubator-kie-issues/issues/2006
When we retrigger a NodeInstance using the management retrigger endpoint
(`POST
/management/processes/{processId}/instances/{processInstanceId}/nodeInstances/{nodeInstanceId}`),
in data-idnex the retriggered node instance will always have the `retrigger`
field set to false. This is happening because the retrigger method in
`NodeInstanceImpl` is setting the retrigger = true to the wrong node Instance.
It actually works well when retrying a process instance that's on error
state.
--
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]