State Machine

โŒ˜K
  1. Home
  2. Docs
  3. State Machine
  4. State

State

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
  1. Entry โ€“ contains the activities that are to be performed when the state is entered.
  2. Exit โ€“ contains the activities that are to be performed upon exiting the state.
  3. 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.