horizon/releasenotes/notes/workflow-step-allowed-support-d0a770da1d30efb7.yaml
Akihiro Motoki fd55569ab0 Support allowed() in workflows.Step
There are cases where we want to display workflow Step conditionally.

Change-Id: I71ae3ed270d9472190430ac5b4a34682ce3b3f29
Closes-Bug: #1683262
2017-04-17 08:23:48 +00:00

8 lines
328 B
YAML

---
features:
- Horizon workflow Step now support allowed() method to determine
the step should be displayed conditionally.
The workflow Step class already support policy check and permission
mechanism to decide the step should be displayed, but allowed() is used
to support more complex or dynamic condition.