mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-23 11:01:33 +00:00
Updated process.start (markdown)
parent
e2f90440ff
commit
0bc5048acd
@ -4,9 +4,7 @@
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"key": "process.start",
|
"key": "process.start"
|
||||||
"intent": "control",
|
|
||||||
"scope": "zmq"
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -20,8 +18,6 @@
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"key": "process.start",
|
"key": "process.start",
|
||||||
"intent": "control",
|
|
||||||
"scope": "zmq",
|
|
||||||
"name": "webservice"
|
"name": "webservice"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -32,9 +28,7 @@
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"key": "process.start",
|
"key": "process.start"
|
||||||
"intent": "event",
|
|
||||||
"scope": "broadcast"
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -49,8 +43,6 @@
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"key": "process.start",
|
"key": "process.start",
|
||||||
"intent": "event",
|
|
||||||
"scope": "broadcast",
|
|
||||||
"name": "webservice",
|
"name": "webservice",
|
||||||
"error": "SPAWN_ERROR: webservice..."
|
"error": "SPAWN_ERROR: webservice..."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user