How to sync object in device

0
In a nanoflow I am calling microflow in which creating and commiting one object. once microflow activity fineshed in same nanoflow trying to retrive that object from database, but getting error. Tried with sync ibjec to device but its not working In db that object is getting stored but not reflecting back in nanoflow.. any suggestion?
asked
2 answers
0

Hi Prajakta,

I think you can return the object from the microflow directly to the nanoflow at the microflows’ end event, then you can used the returned object in the nanoflow.

answered
0

Hi Prajakta,

Why don’t you create, commit & sync the object in the nanoflow?
@Marius, you can’t pass persistent object from a microflow back into a nanoflow.
 

answered