How to refresh data in parent task flow
Hello everybody. My taskflow calls another bounded taskflow wich uses existing transaction from caller. In the parent taskflow I chose option "Share data controls with calling taskflow". I do changes in database in a calling taskflow and then I go back to parent taskflow without making a commit. I refresh view object in parent taskflow but I can't see any changes till i do not commit in parent taskflow. How to make parent's flow view to see changes wich i made in a calling taskflow before I do commit in a parent?