Get all the dirty objects sent by the browser during a microflow call

0
If you look at the network request when the browser makes a microflow call you’ll see that it sends not only the microflow parameters, but rather all the changes in the known objects. Is it possible to enumerate these dirty objects? I tried IContext.getContextObjects(), but at least at the beginning it returns an empty collection.  
asked
0 answers