aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2021-02-09 19:54:19 +0100
committerKAPIL SINGAL <ks220y@att.com>2021-02-09 19:21:03 +0000
commit953fc8acec004526b0b002555dd034e36ee14fe7 (patch)
tree40e8e5ed25360a0e38f6b6040353d48343650220 /components/model-catalog/definition-type
parent2829e4c361d440eebdd8dc4f3e3dda3a9989cb64 (diff)
Instance dependencies in ComponentScriptExecutor
Issue-ID: CCSDK-3146 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I6502abd0d2a3fa85cefc3bc6a900f27171b51569
Diffstat (limited to 'components/model-catalog/definition-type')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-script-executor.json8
1 files changed, 8 insertions, 0 deletions
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,