Adding a variable to a business state machine
Variables store the data that are used by a business state machine.
About this task
Procedure
- In the tray, click the plus icon (
) to the
right of Variables. - In the Add Variable wizard, browse to the appropriate data type or business object or click New to create one.
- When you are done, the newly created variable will appear
in the tray. You can change the name of the variable by clicking it and typing a new one.
Results
Note:
- If you want to rename the variable later, you will have to update its occurrences in the Java™ and visual snippets with the new name.
- Variable names cannot contain the strings
_Input_
or_Output_
or end with the stringTimerValue
. In addition, the following names are reserved:- ActState
- DisplayState
- NxtState
- NxtTrans
- SkipEntry
- InstanceInitialize
- GuardValue
- TransitionFailure
- RuntimeFailureData
- ActTrans
- NxtDisplayState