wt.workflow.engine
Class StandardWfEngineService.RobotWork
java.lang.Object
wt.workflow.engine.StandardWfEngineService.RobotWork
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardWfEngineService
- class StandardWfEngineService.RobotWork
- extends Object
- implements Runnable
Runnable class that implements the actual work done by all sort of robots.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentUser
private WTPrincipal currentUser
robot
private WfRobotActivity robot
StandardWfEngineService.RobotWork
public StandardWfEngineService.RobotWork(WTPrincipal current_user,
WfRobotActivity robot)
run
public void run()
- Specified by:
run
in interface Runnable