JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
io.jmix.bpmflowui.processform.annotation
Annotation Interface ProcessVariableParam
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
ProcessVariableParam
Annotation for process variable parameters. Should be used in conjunction with
ProcessVariable
.
See Also:
ProcessVariable.params()
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
key
String
value
Element Details
key
String
key
Returns:
the name of parameter
Default:
""
value
String
value
Returns:
the value of parameter
Default:
""