Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / acm-states.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
3 .. _acm-states-label:
4
5 ACM States
6 ##########
7
8 .. contents::
9     :depth: 4
10
11 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.
12
13 Participant State
14 =================
15 Participant states are NOT managed by ACM but the state of a participant is recorded and supervised by ACM.
16
17 .. image:: images/acm-states/ParticipantStates.png
18
19
20 Automation Composition Type State
21 =================================
22 The states that an Automation Composition Type can have are shown in the diagram below.
23
24 .. image:: images/acm-states/AcTypeStates.png
25
26 Automation Composition Element Type State
27 =========================================
28 The states that an Automation Composition Element Type can have on ACM Runtime are shown in the diagram below.
29
30 .. image:: images/acm-states/AcElementTypeStatesOnRuntime.png
31
32 The states that an Automation Composition Element Type can have on a Participant are shown in the diagram below.
33
34 .. image:: images/acm-states/AcElementTypeStatesOnPpnt.png
35
36 Automation Composition Instance State
37 =====================================
38 The states that an Automation Composition Instance can have are shown in the diagram below.
39
40 .. image:: images/acm-states/AcInstanceStates.png
41
42 Automation Composition Element Instance State
43 =============================================
44 The states that an Automation Composition Element Instance can have on ACM Runtime are shown in the diagram below.
45
46 .. image:: images/acm-states/AcElementInstanceStatesOnRuntime.png
47
48 The states that an Automation Composition Element Instance can have on a Participant are shown in the diagram below.
49
50 .. image:: images/acm-states/AcElementInstanceStatesOnPpnt.png
51
52 End of Document