public interface DslAttribute<Level>
WorkflowDefinition| Modifier and Type | Method and Description |
|---|---|
Level |
done()
Block end tag, closing the iteration of attributes.
|
DslAttribute<Level> |
withAttribute(String name,
Object value)
Adds an argument to the preceding node.
|
DslAttribute<Level> withAttribute(String name, Object value)
name - the arguments namevalue - the arguments value (any java object or "${EL_EXPRESSION}")Level done()
Copyright © 2017. All rights reserved.