Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Description of PR** Currently, using `get_parameter` on a step fails due to the validator as value/value_from are mutually exclusive, e.g. ```py Step( name="do-retry", template=... when=f"{retry_step.get_parameter('retry-param')}==retry", ) ``` This PR copies the fix for Task from #565 for Step. Only doing a small fix as the duplicated function code should be addressed in #595 Signed-off-by: Elliot Gunton <[email protected]>
- Loading branch information