System.Activities.Statements.State
- State activity is a state machine specific activity that can also serve as an initial state, when linked directly to the Start node.
- State activity contains three sections
- Entry – contains the activities that are to be performed when the state is entered.
- Exit – contains the activities that are to be performed upon exiting the state.
- Transition(s) – describes the current transitions this state has in relation to other states.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.