I want to ask about <this>. I'm wandering how to g...
# ask-the-community
r
I want to ask about this. I'm wandering how to get '*Inputs'* param to fetch to function if i just have info about Identifier of Entity(project, domain, name, version). How to get the Dict present the input interface of 1 entity.
Copy code
:param inputs: dictionary mapping argument names to values
I wandering about this because when we trigger to run Workflow or Task on Flyte Console UI. There a Screen pop up for us to fill the param, I want to know Where is the (Dict or Json data) present the Input Interface of( Workflow/Task Template) Code.
Because this input variable dict must be generate from Identifier right ?
@L godlike