Sequence marked "final" can override action parameters
Open
bug
sequences
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
When a web action sequence is marked `final`, it is still possible to override the parameters of its internal actions.
To reproduce: create a `final` web action sequence using some action with a bound parameter. Check that it is possible to override that parameter when calling the web action.
@rabbah as discussed on Slack.
Contributor guide
Assessment
This issue has not been assessed yet.