apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Feature Request: Consistency across sample parameter names for actions #255

Closed eweiter closed 5 years ago

eweiter commented 6 years ago

A while back Ioana had created this issue in the IBM Cloud Functions UI repo. I'm moving it here because I feel it was invalid for it to be in that previous repo.

" I played with the UI to create a sequence and also run actions (sequences or individual/atomic actions). Depending on the context, there are several names that are used for the sample parameters (e.g., params, message, arg). These are usually different than the parameters that the actions in the sample catalog expects. This inconsistency makes it hard to run some examples without touching code or modifying the params that are passed in. It would be nice if there was consistency.

PS: This issue also involves the catalog sample actions. For example, I can't chain echo with count just out of the box because of discrepancies in the params/payload naming/schema."

rabbah commented 5 years ago

Closing as duplicate of https://github.com/apache/incubator-openwhisk-catalog/issues/202.