public interface JobflowExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TaskExecutionContext context,
JobflowInfo jobflow)
Executes the given jobflow.
|
void execute(TaskExecutionContext context, JobflowInfo jobflow) throws IOException, InterruptedException
context - the current contextjobflow - target jobflowIOException - if failed to create job processesInterruptedException - if interrupted while running tasksCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.