Are help strings for workflow inputs in the console UI still supported? I know it used to be possibl...
n
Are help strings for workflow inputs in the console UI still supported? I know it used to be possible (I think maybe through imperative workflows or something) but can't seem to find it in the docs.
g
sorry, what do you mean by help string
n
like when you have a CLI tool, you can do
--help
to see what the arg means.
t
I guess what @numerous-hamburger-7178’s referring to is docstring. It should be supported. Aren’t you seeing that on the UI launch form?
👍 1
f
This is for parameters
The Ui needs to be updated? Cc @glamorous-carpet-83516
n
I'll give it a try! Thanks, this is what I was looking for.
g
@numerous-hamburger-7178 Currently, the UI won’t be updated when you register a workflow. However, you could manually update the description by using flytectl update. we have a pr to automatically update the description when registering. stay tuned.
👍 1
n
thanks for the follow up. appreciate all the help ya'll been providing 🙂
154 Views