Closed daisy-ycguo closed 7 years ago
The current implementation is using a separate entity for sequences, other than composition entity. Refer to manifest.yaml in test case wskbot and manifest.yaml in test case openstack.
composition entity
wskbot
openstack
seqeunces: newbot: actions: oauth/login, decrypt, newbot-setup annotations: web-export: type: string getSetup: actions: getWhiskAuthAndNamespace, encrypt, getSetupURL setup-backend: actions: provision-backend, configure-backend
@mrutkows If you aren't against, will you change the specification?
documentation added on (or before) https://github.com/apache/incubator-openwhisk-wskdeploy/pull/540
The current implementation is using a separate entity for sequences, other than
composition entity
. Refer to manifest.yaml in test casewskbot
and manifest.yaml in test caseopenstack
.@mrutkows If you aren't against, will you change the specification?