Notations

  1. Action: A step in the activity, in which the users or software perform some task.
  2. Control Flow: A connector that shows the flow of control between actions.
  3. Initial Node: Indicates the first action or actions in the activity.
  4. Activity Final Node: An end to the activity.
  5. Decision Node: A conditional branch in a flow.
  6. Guard: A condition that specifies whether a token can flow along with a connector.
  7. Merge Node: Required to merge flows that were split with a decision node.
  8. Comment: Provides additional information about elements to which it is linked.