ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / UML editor
  • Overview
  • Elements of an activity diagram
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
An activity diagram represents the behavior of a method or the flow of a use case.
For example, the following diagram presents the flow of a dam:
Elements of an activity diagram
An activity diagram includes the following elements:
  • activity: represents a specific step in a workflow. For example: "Print an estimate", "Open the window", "Check the knowledge, "...
  • synchronization bar: synchronizes different activities:
    • by indicating the activities that must be performed before a given activity. For example: "Press clutch" and "Change gear" before "Release clutch".
    • by indicating the activities that will happen in parallel.
  • object: relates activities to the object that performs them. For example, the "Order" and "Pay" activities are related to the "Customer" object; the "Teach" and "Check knowledge" activities are related to the "Teacher" object.
  • emit a signal: represents a signal sent to an object.
  • wait for a signal: represents the acceptance of an event coming from an object.
  • transition: shows the passage from a terminated activity to another activity. For example: "Too much water", "Enough money", etc.
  • package: divides and organizes the diagram representation (like the directories organize the files).
  • initial state: represents the status of the process before the activity starts. Several different initial states can be found.
  • final state: represents the status of the process at the end of the activity. Several different final states can be found.
For more details, see Handling an activity diagram.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help