public interface DslIfBlock<Level> extends DslBlock<DslIfBlock<Level>>
WorkflowDefinition| Modifier and Type | Method and Description |
|---|---|
DslElseBlock<Level> |
else_()
The default execution branch for the cases when _if and elseIf branches evaluated all to
false. |
DslIfBlock<Level> |
elseIf(String condition)
If the given condition evaluates to true, then executes the branch content and ignores the other elseIf and else branches, otherwise evaluates the
following elseIf or else condition.
|
Level |
endIf()
Block end tag, closes the previously started if-elseIf-else-endIf block.
|
createInstance, doWhile, if_, split, variable, variables, waitTimer, waitUntilDate, whileDocall, callAsync, humanTask, waitSignalDslIfBlock<Level> elseIf(String condition)
condition - expression language condition ("EL_EXPRESSION")DslElseBlock<Level> else_()
false.Level endIf()
Copyright © 2017. All rights reserved.