aboutsummaryrefslogtreecommitdiffstats
path: root/auth/cli-editor/src/test/resources/tosca/PolicyModel.json
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-06-29 13:57:14 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2021-07-02 16:03:51 +0100
commit5f0ec1c2d95c377fbec428f11464e93fe442b5ef (patch)
tree4aef07097fa4d64550db116a1b1b4acd1aa42590 /auth/cli-editor/src/test/resources/tosca/PolicyModel.json
parentba55109db1e5eea013dcffd1be29cf06fe2bbcb1 (diff)
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 <ajith.sreekumar@bell.ca>
Diffstat (limited to 'auth/cli-editor/src/test/resources/tosca/PolicyModel.json')
-rw-r--r--auth/cli-editor/src/test/resources/tosca/PolicyModel.json206
1 files changed, 0 insertions, 206 deletions
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": []
},