org.jwarp.flow.process
Interface IProcessFactory
- All Superinterfaces:
- IExceptionProvider
- All Known Implementing Classes:
- ProcessFactory
- public interface IProcessFactory
- extends IExceptionProvider
|
Method Summary |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
void |
run(IWorkflowContext context,
IProcess superProcess)
Start the process, The process will create and initialize a process instance which will
then will be put into the work item handler to be started immedeately. |
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
run
public void run(IWorkflowContext context,
IProcess superProcess)
- Start the process, The process will create and initialize a process instance which will
then will be put into the work item handler to be started immedeately.
- Parameters:
context - The workflow context