Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Automation Composition Management manages a number of states of various types to manage the lifecycle of compositions. Those states are described here. Please also see the ACM System Level Dialogues page to see the system dialogues that change states and how states interrelate in detail. Please also see ITU Recommendation X.731, which is reflected in the states of AC Element Instances.

Participant State

Participant states are NOT managed by ACM but the state of a participant is recorded and supervised by ACM.

PlantUML Macro
@startuml

[*] --> Online: Register

Online --> Online: Heartbeat
Online --> Offline: Timeout
Offline --> Online: Heartbeat
Online --> [*]: Deregister
Offline --> [*]: Deregister

@enduml