empty statuses in LogicActions.afterUpdate

2023-10-23 Thread Lionel SCHWARZ
Dear all, I have a customized LogicAction with afterUpdate() implementation, but this method receives an empty List when called. Nevertheless, the propagation works fine, and I get the correct REST response with propagationStatuses and beforeObg/afterObj. Am I missing something? Regards

Re: empty statuses in LogicActions.afterUpdate

2023-10-23 Thread Lionel SCHWARZ
To be more specific about the issue, I must tell that I have a flowable UserWorkflow with approval on user update operations (on certain circumstances). It seems that when the update needs approval, the afterUpdate() is called before approval with an empty List. When the update does not need