From 953fc8acec004526b0b002555dd034e36ee14fe7 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 9 Feb 2021 19:54:19 +0100 Subject: Instance dependencies in ComponentScriptExecutor Issue-ID: CCSDK-3146 Signed-off-by: Lukasz Rajewski Change-Id: I6502abd0d2a3fa85cefc3bc6a900f27171b51569 --- .../starter-type/node_type/component-script-executor.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'components/model-catalog/definition-type') diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-script-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-script-executor.json index 22596020f..a2cd32ec2 100644 --- a/components/model-catalog/definition-type/starter-type/node_type/component-script-executor.json +++ b/components/model-catalog/definition-type/starter-type/node_type/component-script-executor.json @@ -37,6 +37,14 @@ "required": true, "type": "string" }, + "instance-dependencies": { + "required": true, + "description": "Instance names to inject to Jython or Kotlin Script.", + "type": "list", + "entry_schema": { + "type": "string" + } + }, "dynamic-properties": { "description": "Dynamic Json Content or DSL Json reference.", "required": false, -- cgit 1.2.3-korg