pritidesai opened a new issue #782: Introduce Conductor in manifest/deployment file URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/782 Here is the documentation on coductor: https://github.com/apache/incubator-openwhisk/blob/master/docs/conductors.md Conductor action can be created by adding the `conductor` annotation like: ``` wsk action create tripleAndIncrement tripleAndIncrement.js -a conductor true ``` This kind of annotation is already supported and can be specified in manifest file with: ``` packages: ConductorAction: actions: tripleAndIncrement: function: tripleAndIncrement.js annotations: conductor: true ``` But in order to make it little more easier, lets add `conductor` as a separate key in manifest file.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
