Detect unnecessary actions in morph files

Hi,

Is there a way by which we can scan our morph-files to detect "unnecessary" actions i.e. actions that change nothing to the end results ?

Any ideas ?

Thanks !
Nikolaas

I'm curious, how would you envision that? For instance, a file copy command may look like it changes nothing in the data, but it may copy the correct version of a file that is loaded later.

@dgudkov

My first idea was the following. If we could loop over the actions in a flow and export a dataset after each action, we could import that dataset back into easymorph and check column by column which columns have changed.