diff options
author | Steve Smokowski <ss835w@att.com> | 2019-03-19 17:18:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-19 17:18:12 +0000 |
commit | 9cd51d70010f2e8154c26326a4457bf00bbd10aa (patch) | |
tree | 3d223de17cb7b769a7fa079bc448accd12b69e18 /mso-api-handlers/mso-api-handler-infra/src/test/resources | |
parent | 7165480eab5d69d047aaa8f58bc67c3ce4289b1e (diff) | |
parent | 2f2a07e0e5cd5f8ecc5a3fed71f296cb3896809a (diff) |
Merge "Update Tasks API with additional fields"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/Camunda/GetTaskVariablesResponse.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/Camunda/GetTaskVariablesResponse.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/Camunda/GetTaskVariablesResponse.json index d5a26d714c..6b930089a3 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/Camunda/GetTaskVariablesResponse.json +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/Camunda/GetTaskVariablesResponse.json @@ -101,6 +101,14 @@ "type": "String", "value": "Configurationactivate SDNO Post-Check", "valueInfo": {} + },"description": { + "type": "String", + "value": "test task", + "valueInfo": {} + },"timeout": { + "type": "String", + "value": "PT3000S", + "valueInfo": {} },"type": { "type": "String", "value": "fallout", |