in orion’s ui is there a place to see flow run par...
# ask-community
d
in orion’s ui is there a place to see flow run parameters?
a
This may sound silly but: You can't see parameter values, but you can copy them 😄
We are working on that UX so it will improve, but just so that you are aware, you can grab the value by clicking COPY
d
ah ok, i was messing around with the api and noticed the parameters arg but didn’t see it in the ui
👍 1
a
@Marvin open "As a user, I want to see the default Parameter values of a given deployment in the UI"
d
ah is that only available with deployment-ran flows? what about flows ran via, say, the repl?
a
in that case, perhaps you could log the parameter values?
I understand what you mean and I could take it as a potential feature request - for now as a workaround you can achieve that by logging those values
d
these questions come from me looking into a clojure orion client and wondering if the
parameters
param was actually needed/useful
a
clojure?
d
https://clojure.org/ tl;dr lisp hosted in java/javascript/clj/dart
a
it's def needed and useful 😄 maybe not for each use case
what are you trying to do? what would be such an Orion client used for?
do you mean it as execution layer i.e. your agent?
d
i’d like to write clojure tasks using orion’s multi-language support
i have the rest api spec and the python source code so i’ve been looking at it in my spare time
a
interesting, thanks for looking at expanding Prefect 2.0 - we are not that far yet to think about support for new languages, that's something we could explore more in 2023 (just to be transparent and manage expectations)
d
fully understood, it’s just generally exploratory
👍 1
eventually our team will want to transition to the clojure client, but not until the support/stability is there