[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.emft] MWE WorkflowFacade with ProgressMonitor
|
Hi,
i would like to call workflows from within an eclipse RCP. Because the user should not read all debug output, the facade is called from an action. While the workflow is running, there is no feedback available. If I use the WorkflowRunner, which is at the moment public available, I've to catch many exceptions and ignore the new facade.
The ProgressMonitor of workflows is an own Monitor and not the IProgressMonitor, but an adapter is available.
Is there a solution for progress feedback from a workflow started with WorkflowFacade.check or WorkflowFacade.run?
Regards,
Benjamin