You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible solution would be to divide forward transformation in two tasks with two progress monitors: 1) Executing forward transformation (that terminates fast and returns the target model to the user), 2) Preparing backward transformations (that is longer in background).
A ProgressMonitor is available in the Context that is transmitted across the different tasks. It can be retrieve with the Context.monitor() method.
Some comments have been added, but others are still missing or incomplete.
When forward/backward transformation takes long, progress indicator would help to estimate the response time.
The text was updated successfully, but these errors were encountered: