org.eclipse.gmt.modisco.workflow
Interface WorkflowExecution


Deprecated.

@Deprecated
public interface WorkflowExecution

API to launch the workflow

Author:
Nicolas Payneau

Method Summary
 void launchWorkflow(ILaunchConfiguration configuration, java.lang.String mode, ILaunch launch, IProgressMonitor monitor)
          Deprecated. Allows to launch a workflow
 

Method Detail

launchWorkflow

void launchWorkflow(ILaunchConfiguration configuration,
                    java.lang.String mode,
                    ILaunch launch,
                    IProgressMonitor monitor)
                    throws CoreException
Deprecated. 
Allows to launch a workflow

Parameters:
configuration - LaunchConfiguration of MoDiscoWorkflow
mode - Launch mode
launch - The launcher
monitor - The progress monitor
Throws:
CoreException - if the configuration is invalid