<#2674 [Core Feature] Finish getting user document...
# flytekit
a
#2674 [Core Feature] Finish getting user documentation into Admin Issue created by wild-endeavor See #1235 for background information. This issue is to finish up that work. Motivation Goal Parse docstring in task/workflow, and register a description entity in flyteadmin.
Copy code
@task 
def my_task(foo: int, bar: str) -> bool:
    """
    :param foo: Some foo description here
    :param bar: Other bar description here

    :return: Description of return type here
    ...
Description Entity Table FlyteConsole: We should be able to see the description when listing tasks/workflows

image

flyteorg/flyte