From b8071e1814249ef8efe9ba8a3c8b2e62df794ef5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 11 May 2015 22:06:35 +0100 Subject: [PATCH] Updated Design: Runtime extension points (markdown) --- Design:-Runtime-extension-points.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Design:-Runtime-extension-points.md b/Design:-Runtime-extension-points.md index 30f1b91..64bf100 100644 --- a/Design:-Runtime-extension-points.md +++ b/Design:-Runtime-extension-points.md @@ -21,6 +21,7 @@ This is where a flow is distributed across multiple runtimes. Two connected node The requirements are: - co-ordinate the deploy of the flow across multiple machines + - perform some processing on the flows as part of the deploy process - be able to route messages between the instances are defined by the flow ## Extension Points