| Package | Description |
|---|---|
| com.asakusafw.workflow.cli.run |
Implementations of
run command. |
| com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
| Modifier and Type | Method and Description |
|---|---|
JobflowExecutor |
ExecutorParameter.getJobflowExecutor(ExecutionContext context)
Returns the jobflow executor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicJobflowExecutor
Executes jobflows.
|
| Constructor and Description |
|---|
BasicBatchExecutor(JobflowExecutor jobflowExecutor)
Creates a new instance.
|
BasicBatchExecutor(JobflowExecutor jobflowExecutor,
Function<JobflowInfo,String> executionIds)
Creates a new instance.
|
BasicBatchExecutor(JobflowExecutor jobflowExecutor,
Supplier<String> executionIds)
Creates a new instance.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.