fd55569ab0
There are cases where we want to display workflow Step conditionally. Change-Id: I71ae3ed270d9472190430ac5b4a34682ce3b3f29 Closes-Bug: #1683262
8 lines
328 B
YAML
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.
|