From c6a0a1e0b7acc3b96bc4d8befd1a026f42ced9d9 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 25 Nov 2021 12:45:28 +0100 Subject: [PATCH] apply filter fix --- templates/enable_workspace_clients_for_context.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/enable_workspace_clients_for_context.json.j2 b/templates/enable_workspace_clients_for_context.json.j2 index 20ffb0b..e6534d6 100644 --- a/templates/enable_workspace_clients_for_context.json.j2 +++ b/templates/enable_workspace_clients_for_context.json.j2 @@ -66,7 +66,7 @@ "type": "LAMBDA", "inputParameters": { "names" : "${extract_workspace_client_names.output.result}", - "filter" : "${init.output.filter}", + "filter" : "${init.output.result.filter}", "scriptExpression": "names=Java.from($.names); f=Java.from($.filter); if(f.length === 0) output=names; else { output=[]; for(i=0;i