diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 15:52:45 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 16:04:11 +0200 |
commit | 8c5ffd0eb1269ceeb9b19a2c274577fae6240840 (patch) | |
tree | b2c21078726a8cf13a0070a579b45248710b3934 /src/test/resources/example/model-properties | |
parent | 10efd56cf30699a2d241d2b8aef6d504faf3090d (diff) |
Add the target resource ID
Add target resource ID in operational policy code as requested.
It changes the UI, the Policy code, the model and the tests.
Change-Id: Ie72badde55e7f8b5c2e5234099a09b95958205cf
Issue-ID: CLAMP-55
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/example/model-properties')
-rw-r--r-- | src/test/resources/example/model-properties/modelBpmnProp.json | 6 | ||||
-rw-r--r-- | src/test/resources/example/model-properties/modelBpmnPropWithGlobal.json | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/test/resources/example/model-properties/modelBpmnProp.json b/src/test/resources/example/model-properties/modelBpmnProp.json index 413d34009..3b86ad79b 100644 --- a/src/test/resources/example/model-properties/modelBpmnProp.json +++ b/src/test/resources/example/model-properties/modelBpmnProp.json @@ -125,6 +125,12 @@ "value": [ "" ] + }, + { + "name": "targetResourceId", + "value": [ + "resourceid" + ] } ] ] diff --git a/src/test/resources/example/model-properties/modelBpmnPropWithGlobal.json b/src/test/resources/example/model-properties/modelBpmnPropWithGlobal.json index 3846f7cf5..fba99c6f4 100644 --- a/src/test/resources/example/model-properties/modelBpmnPropWithGlobal.json +++ b/src/test/resources/example/model-properties/modelBpmnPropWithGlobal.json @@ -165,7 +165,8 @@ "Failure_Exception": "Failure: Exception", "Failure": "Failure: Other", "Success": "Success" - } + }, + "targetResourceId": "resourceid" }, "shared": { "byService": { |