Hi Kevin,
this can happen due to caches but,
As you mentioned you have associated objects, so there might be case some entities does not have proper access rules defined. Microflows does not automatically enforce entity access but nanoflow does.
All the best!
Thanks.
Prasanna Karvande:
Cleaning browser cache does not work, I also tested on InPrivate window: same result.
Ajay Kumar Chinni:
I don't have more error details, only this on browser (nothing on server side):
"""
[Client] Error: An error occurred while executing an action of DataProcessingAutomation.SNP_BulkControls_Cardholders.actionButton32: u is not a function
Nanoflow stack: "Call microflow: FsdjTsf1rVGxzWRvxa+sLA" in nanoflow "DataProcessingAutomation.ACT_LoadCardholdersFromSiPass"
at mxui.js?638872468312209718:61:173102
at ye (mxui.js?638872468312209718:19:6830)
at i (mxui.js?638872468312209718:19:6731)
at k (mxui.js?638872468312209718:59:5099)
"""
If I convert the nanoflow to a microflow, I works smoothly.
Regards,
Kevin
Hello Kevin,
Can you please check if any function you have used in your NF which doesn't supported by NF?
or if the returned object by your MF doesn't supported to be used in NF input?
Anything might be cause of this issue occurred.
Thanks.
I have an other MF which is exactly the same as the one not working.
But this one is working in NF.
The only difference is that the returned object has references: I think this is not supported by the NF.
I succeeded to make it work by using a MF instead of a NF.
But now, my loading percentage is no longer updated on UI while the MF is running because it is a non persistable entity (not commited to DB).
It is only updated when the MF is finished.
How can I make my loading percentage updated again ?
Thanks