Skip to:
This little improvement is meant to improve for integrations with workflow functionality.In particular:
MWFProcess.getWorkflow
MWorkflow.getNodesInOrderchanged from private to public. They dont hide any dangerous implementation details, so the change should be harmless.
MWFActivityAdded a process-aware constructor based on result set.
https://github.com/idempiere/idempiere/commit/45732de8c10c48ea3522c3b91f9a208f8b7951ce
Hi ,
i’have attached the patch file. Let me know if you run into trouble applying it (they are trivial, but the commits are 3 years old…).
Regards,Silvano
Can you please add a patch for this?
This little improvement is meant to improve for integrations with workflow functionality.
In particular:
MWFProcess.getWorkflow
MWorkflow.getNodesInOrder
changed from private to public. They dont hide any dangerous implementation details, so the change should be harmless.
MWFActivity
Added a process-aware constructor based on result set.