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.
k
Kevin Su
11/02/2022, 9:58 PM
sorry, what do you mean by help string
l
Laura Lin
11/02/2022, 10:02 PM
like when you have a CLI tool, you can do
--help
to see what the arg means.
s
Samhita Alla
11/03/2022, 4:49 AM
I guess what @Laura Lin’s referring to is docstring. It should be supported. Aren’t you seeing that on the UI launch form?
k
Ketan (kumare3)
11/03/2022, 2:26 PM
This is for parameters
The Ui needs to be updated? Cc @Kevin Su
l
Laura Lin
11/03/2022, 2:42 PM
I'll give it a try! Thanks, this is what I was looking for.
k
Kevin Su
11/03/2022, 10:44 PM
@Laura Lin 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.
l
Laura Lin
11/03/2022, 10:45 PM
thanks for the follow up. appreciate all the help ya'll been providing 🙂