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
full-evening-87657
03/01/2024, 7:56 AM
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.
full-evening-87657
03/01/2024, 7:58 AM
Because this input variable dict must be generate from Identifier right ?