A workflow schema can contain a set of state variables.
For each instance, the state variables hold certain values.
Values can be assigned during transitions, so a variable can
change its value when a transition fires. Currently,
the workflow supports only boolean state variables.
Method Summary
boolean
getInitialValue() Returns the initial value of this variable.