discussion: parameters in action sequence
Open
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
Assessment
This issue has not been assessed yet.