Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#flytekit
Title
# flytekit
l
Laura Lin
10/20/2022, 8:00 PM
How would I get the resolved value for a workflow input? e.g. If I have a workflow with input
(a: str)
and when I call a task, I want to feed in
(a=a, b=f"{a}-b")
as input to the task. I don't want to create b inside the task.
e
Eduardo Apolinario (eapolinario)
10/20/2022, 9:15 PM
you can't do this in a regular workflow invoking a task, but you can achieve that in a
dynamic task
l
Laura Lin
10/20/2022, 9:21 PM
ah thanks!
2 Views
Post