How Flyte Workflow can check the output of 1 node ...
# ask-the-community
r
How Flyte Workflow can check the output of 1 node task is match to input of another node task
s
you mean the type?
r
@Samhita Alla I Want to read and understand in-depth about Flyte's data type checking mechanism, that is, if we have 2 tasks, task1 and task2. Where input task2 is output task1. So how can FLyte confirm that the data type of Input task2 matches the data type of output task1. I wonder about this problem.
r
@Samhita Alla I have heard that all task and workflow will transform and storage in protobuf. So that mean the logic maping task and checking dataype is in Flytekit, And the workflow which have true logic could storage in protobuf in Flyte admin right
s
protobuf is for general representation of data. you can find more info here: https://docs.flyte.org/projects/flyteidl/en/stable/index.html