mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
92dc450940
* Adds gerkin feature file for networking visualization * Adds implementation details to networking.md
26 lines
372 B
YAML
26 lines
372 B
YAML
finite_state_machine_id: 1
|
|
name: hotkeys_fsm
|
|
states:
|
|
- id: 2
|
|
label: Enabled
|
|
x: 585
|
|
y: 396
|
|
- id: 1
|
|
label: Start
|
|
x: 585
|
|
y: 160
|
|
- id: 3
|
|
label: Disabled
|
|
x: 331
|
|
y: 408
|
|
transitions:
|
|
- from_state: Enabled
|
|
label: onDisable
|
|
to_state: Disabled
|
|
- from_state: Disabled
|
|
label: onEnable
|
|
to_state: Enabled
|
|
- from_state: Start
|
|
label: start
|
|
to_state: Enabled
|