diff options
Diffstat (limited to 'robot/assets/cds/cba_process.json')
-rwxr-xr-x | robot/assets/cds/cba_process.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/robot/assets/cds/cba_process.json b/robot/assets/cds/cba_process.json new file mode 100755 index 00000000..e55073e6 --- /dev/null +++ b/robot/assets/cds/cba_process.json @@ -0,0 +1,20 @@ +{ + "actionIdentifiers": { + "mode": "sync", + "blueprintName": "test101", + "blueprintVersion": "1.0.1", + "actionName": "helloworld" + }, + "payload": { + "helloworld-request": { + "template-prefix": [ + "hello-world" + ] + } + }, + "commonHeader": { + "subRequestId": "654-654", + "requestId": "654321", + "originatorId": "CDS" + } +} |