public interface DslSplit<Level>
WorkflowDefinition| Modifier and Type | Method and Description |
|---|---|
DslBranchBlock<Level> |
branch()
Add a branch (parallel execution flow) into the active split.
|
DslBranchBlock<Level> |
branch(String condition)
Add a conditional branch (parallel execution flow) into the active split.
|
DslBranchBlock<Level> branch()
DslBranchBlock<Level> branch(String condition)
condition - expression language condition ("EL_EXPRESSION")Copyright © 2017. All rights reserved.