When I submit a task creation with parameters they...
# prefect-ui
j
When I submit a task creation with parameters they are being submitted/running correctly, but the Prefect Cloud UI is showing everything as empty lists for Task inputs. Am I understanding Task Inputs incorrectly, or should Function Parameters show in it? Thanks!
1
n
hey @Jack P! this is a common point of confusion. "task inputs" here are references to upstream task outputs that this task might
wait_for
👀 1
the API doesn't actually store literal values of task parameters, except when they're integers or bools > Task parameter values are not stored by Prefect in the database.
j
ahh I was thinking it was something along those lines, thanks for insight, Nate catjam !
👍 1
s
I just had the same confusion, worth clarifying in the cloud product directly 👀