apache / apache/openwhisk

discussion: parameters in action sequence

Open
#116 56 comments 1 reaction 0 assignees View on GitHub
feature request programming model sequences
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

Right now our programming model says that in an action sequence A -> B, only the output of A is passed to B, as in Unix pipes.

An alternative would be that all parameters passed to A are also passed to B, along with the output of A, merged via overwriting.

Options include:
- keep things the way there are
- change things to alternative B
- support either/or via a flag.

Input welcome.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.