Hi There
I would suggest this be added to the flow.js before the factory.commit();
This enables flow with history which is a gamechanger if you use flow a lot . ( I have this from ver 4 )
factory.getCreatedObjects().setProperty( 'updateWithHistory', true );
factory.commit();
cheers
shayne
|