| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The name of the workflow instance variable.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
instantiateIfNotExists
Initializes the variable using default constructor (or zero value for
primitive types) if the variable does not exist.
|
boolean |
readOnly
Makes the variable readonly in the state handler method.
|
public abstract String value
public abstract boolean readOnly
public abstract boolean instantiateIfNotExists
Copyright © 2014–2020 Nitor Creations. All rights reserved.