public class WorkflowExecutionServiceThread extends ServiceThreadBase<WorkflowExecutionResult>
| Constructor and Description |
|---|
WorkflowExecutionServiceThread(WorkflowExecutionService eservice,
WorkflowExecutionItem eitem,
StepExecutionContext econtext,
LoggingManager loggingManager,
ExecutionLifecyclePluginHandler executionLifecyclePluginHandler) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionContext |
getContext() |
WorkflowExecutionResult |
getResult() |
void |
run() |
WorkflowExecutionResult |
runWorkflow() |
void |
setResult(WorkflowExecutionResult result) |
abort, getResultObject, getThrowable, isAborted, isSuccessfulactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic WorkflowExecutionServiceThread(WorkflowExecutionService eservice, WorkflowExecutionItem eitem, StepExecutionContext econtext, LoggingManager loggingManager, ExecutionLifecyclePluginHandler executionLifecyclePluginHandler)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic WorkflowExecutionResult runWorkflow()
public StepExecutionContext getContext()
public WorkflowExecutionResult getResult()
public void setResult(WorkflowExecutionResult result)