boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Web + Workflow - Adjust UI Param (AbstractParam) model #405

Open tlawrie opened 1 year ago

tlawrie commented 1 year ago

The model in the services has changed name from AbstractConfigurationProperty to AbstractParam and has been extended due to the support in Params used by the Engine and Tekton to have type: String, Array, or Object.

This means

  1. The AbstractParam (+ UI) now needs to map from the Abstract type to Param type