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
16 lines
199 B
YAML
16 lines
199 B
YAML
finite_state_machine_id: 17
|
|
name: null_fsm
|
|
states:
|
|
- id: 1
|
|
label: Start
|
|
x: 391
|
|
y: 132
|
|
- id: 2
|
|
label: Ready
|
|
x: 402
|
|
y: 346
|
|
transitions:
|
|
- from_state: Start
|
|
label: start
|
|
to_state: Ready
|