All axs entries should use entry_creator for object creation.
Now different types of save are used for it.
For example, set_path(entry_name setting) is used in case of record_entry.
First entries without dependencies on others should be updated and then it should be tested.
Also we need to check whether we can move pipeline parameter , e.g.
"pipeline": [ "^^", "execute", [[
[ "run" ],
[],
[ "get", "stored_newborn_entry" ]
]] ],
to entry_creator or not.