| Package | Description |
|---|---|
| ee.telekom.workflow.api |
| Modifier and Type | Method and Description |
|---|---|
DslBranchBlock<Level> |
DslSplit.branch()
Add a branch (parallel execution flow) into the active split.
|
DslBranchBlock<Level> |
DslBranchBlock.branch()
Add a branch (parallel execution flow) into the active split.
|
DslBranchBlock<Level> |
DslSplit.branch(String condition)
Add a conditional branch (parallel execution flow) into the active split.
|
DslBranchBlock<Level> |
DslBranchBlock.branch(String condition)
Add a conditional branch (parallel execution flow) into the active split.
|
DslBranchBlock<Level> |
DslBranchBlock.escalate(int id)
Used inside split branches to cancel all other ongoing branches in this block, but the calling branch continues with it's normal operations.
|
Copyright © 2017. All rights reserved.