horizon/releasenotes/notes/workflow-step-allowed-suppo...

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.