We have a quite big and old SFCC project, which started on Pipelines and should now finally be migrated to Controllers. For this we need to identify, which Pipelines are easy candidates for an initial migration.
We are doing it based in the following criteria:
Pipeline.execute
calls are in existing controllers to this pipelineIs there already something out there that does something close to this?
So in case somebody else has this challenge, to get eventually rid of Pipelines in a legacy Project, you can use my node analyser script also:
https://github.com/Andreas-Schoenefeldt/SFCCAnalyser
after installation, start it with npm run