From 0bc5048acde3e7a5b31c3bdd21967bb56b754fd3 Mon Sep 17 00:00:00 2001 From: therealkrispet Date: Mon, 18 Nov 2019 11:11:14 +0100 Subject: [PATCH] Updated process.start (markdown) --- process.start.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/process.start.md b/process.start.md index 8390f80..6ffe913 100644 --- a/process.start.md +++ b/process.start.md @@ -4,9 +4,7 @@ ```json { - "key": "process.start", - "intent": "control", - "scope": "zmq" + "key": "process.start" } ``` @@ -20,8 +18,6 @@ ```json { "key": "process.start", - "intent": "control", - "scope": "zmq", "name": "webservice" } ``` @@ -32,9 +28,7 @@ ```json { - "key": "process.start", - "intent": "event", - "scope": "broadcast" + "key": "process.start" } ``` @@ -49,8 +43,6 @@ ```json { "key": "process.start", - "intent": "event", - "scope": "broadcast", "name": "webservice", "error": "SPAWN_ERROR: webservice..." }