Skip to content

WIP: *: stop using deprecated getWorkflowById

Jérome Perrin requested to merge fix/getWorkflowById into master

This was deprectated because we don't have get*ById for other modules and tools, we just use OFS API. This should also be slightly faster because one less method call (and one less call to warning)

Merge request reports