From 5f0ec1c2d95c377fbec428f11464e93fe442b5ef Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 29 Jun 2021 13:57:14 +0100 Subject: Cleanup input & outputFields from Task definition 1) Remove the usage of inputField and outputField from Task definition. 2) Fix issues around populating events to task in case of State Finalizer Logic. Change-Id: Ief17f400729410b83c6b7c665980d443e0cf6f28 Issue-ID: POLICY-3336 Signed-off-by: a.sreekumar --- .../src/test/resources/tosca/PolicyModel.json | 206 --------------------- 1 file changed, 206 deletions(-) (limited to 'auth/cli-editor/src/test/resources/tosca/PolicyModel.json') diff --git a/auth/cli-editor/src/test/resources/tosca/PolicyModel.json b/auth/cli-editor/src/test/resources/tosca/PolicyModel.json index 3672be430..95fab2d5e 100644 --- a/auth/cli-editor/src/test/resources/tosca/PolicyModel.json +++ b/auth/cli-editor/src/test/resources/tosca/PolicyModel.json @@ -654,212 +654,6 @@ } ] }, - "inputFields": { - "entry": [ - { - "key": "amount", - "value": { - "key": "amount", - "fieldSchemaKey": { - "name": "price_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "assistant_ID", - "value": { - "key": "assistant_ID", - "fieldSchemaKey": { - "name": "assistant_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "branch_ID", - "value": { - "key": "branch_ID", - "fieldSchemaKey": { - "name": "branch_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "item_ID", - "value": { - "key": "item_ID", - "fieldSchemaKey": { - "name": "item_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "notes", - "value": { - "key": "notes", - "fieldSchemaKey": { - "name": "notes_type", - "version": "0.0.1" - }, - "optional": true - } - }, - { - "key": "quantity", - "value": { - "key": "quantity", - "fieldSchemaKey": { - "name": "quantity_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "sale_ID", - "value": { - "key": "sale_ID", - "fieldSchemaKey": { - "name": "sale_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "time", - "value": { - "key": "time", - "fieldSchemaKey": { - "name": "timestamp_type", - "version": "0.0.1" - }, - "optional": false - } - } - ] - }, - "outputFields": { - "entry": [ - { - "key": "amount", - "value": { - "key": "amount", - "fieldSchemaKey": { - "name": "price_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "assistant_ID", - "value": { - "key": "assistant_ID", - "fieldSchemaKey": { - "name": "assistant_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "authorised", - "value": { - "key": "authorised", - "fieldSchemaKey": { - "name": "authorised_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "branch_ID", - "value": { - "key": "branch_ID", - "fieldSchemaKey": { - "name": "branch_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "item_ID", - "value": { - "key": "item_ID", - "fieldSchemaKey": { - "name": "item_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "message", - "value": { - "key": "message", - "fieldSchemaKey": { - "name": "message_type", - "version": "0.0.1" - }, - "optional": true - } - }, - { - "key": "notes", - "value": { - "key": "notes", - "fieldSchemaKey": { - "name": "notes_type", - "version": "0.0.1" - }, - "optional": true - } - }, - { - "key": "quantity", - "value": { - "key": "quantity", - "fieldSchemaKey": { - "name": "quantity_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "sale_ID", - "value": { - "key": "sale_ID", - "fieldSchemaKey": { - "name": "sale_ID_type", - "version": "0.0.1" - }, - "optional": false - } - }, - { - "key": "time", - "value": { - "key": "time", - "fieldSchemaKey": { - "name": "timestamp_type", - "version": "0.0.1" - }, - "optional": false - } - } - ] - }, "taskParameters": { "entry": [] }, -- cgit 1.2.3-korg