Hi,
I have a system flow that is built to run schadueled and quite often daily. Its origins are from a base model that is added to the work model and is synced in IAM.
The base model is implemented on the entire model and on all its branches.
The strange thing is that for example on DEV branch i have less data than my own developing branch made from DEV (both on same server but different databases). If I let the system flow to only run on my own branch, everythings seems fine, the data resulted from the process matches the expectations. Yet if I also activate the system flow to run on DEV branch the data gets mixed (my best guess) and it gets deleted (the system flow does some requests in order to get fresh data and then compare it to the one in the database in order to run CRUD operations).
I did run a sync to IAM on both DEV and my branch and yet I have the same results.
I will keep digging into the problem and let you know if something else pops up.
Thanks,
Paul