How do I get the real values of the input params i...
# flyte-support
s
How do I get the real values of the input params in the workflow function to operate on them instead of passing them directly to the tasks?
t
@salmon-refrigerator-32115, you can unwrap Promises only in Flyte tasks. You can’t access them within a workflow.
👍 1
s
That’s a limitation. Why cannot it be done in the workflow?
@tall-lock-23197 @glamorous-carpet-83516
t
Workflow’s a structure showcasing the order in which the tasks need to run. Here’s more info on what promises mean and why we structured the workflow in such a way: https://flyte-org.slack.com/archives/CP2HDHKE1/p1667193020425949?thread_ts=1667190302.416979&cid=CP2HDHKE1
154 Views