Open
Description
As discussed on the dev list, allows parameters to be designated as init time parameters. The result of such a designation is that the corresponding parameters are communicated to the action at initialization time and should be exported to the action's environment accordingly. This change requires updates to the action runtimes for the latter details and will be done separately. Additonal changes are required to the documentation once all the details are in place.
- implement the core API change
- extends all the runtimes
- nodejs
- c#
- all action loop related runtimes
- update cli (Add
-e
) - update documentation (include examples of using this capability with
wsk
and functions)