Skip to main content
GET
/
api
/
v1
/
workflows
/
{id.project}
/
{id.domain}
/
{id.name}
/
{id.version}
Fetch a :ref:`ref_flyteidl.admin.Workflow` definition
curl --request GET \
  --url https://mycluster.domino.tech/api/v1/workflows/{id.project}/{id.domain}/{id.name}/{id.version}
{
  "id": {
    "resource_type": "UNSPECIFIED",
    "project": "<string>",
    "domain": "<string>",
    "name": "<string>",
    "version": "<string>",
    "org": "<string>"
  },
  "closure": {
    "compiled_workflow": {
      "primary": {
        "template": {
          "id": {
            "resource_type": "UNSPECIFIED",
            "project": "<string>",
            "domain": "<string>",
            "name": "<string>",
            "version": "<string>",
            "org": "<string>"
          },
          "metadata": {
            "quality_of_service": {
              "tier": "UNDEFINED",
              "spec": {
                "queueing_budget": "<string>"
              }
            },
            "on_failure": "FAIL_IMMEDIATELY",
            "tags": {}
          },
          "interface": {
            "inputs": {
              "variables": {}
            },
            "outputs": {
              "variables": {}
            }
          },
          "nodes": [
            {
              "id": "<string>",
              "metadata": {
                "name": "<string>",
                "timeout": "<string>",
                "retries": {
                  "retries": 123
                },
                "interruptible": true,
                "cacheable": true,
                "cache_version": "<string>",
                "cache_serializable": true,
                "config": {}
              },
              "inputs": [
                {
                  "var": "<string>",
                  "binding": {
                    "scalar": {
                      "primitive": {
                        "integer": "<string>",
                        "float_value": 123,
                        "string_value": "<string>",
                        "boolean": true,
                        "datetime": "2023-11-07T05:31:56Z",
                        "duration": "<string>"
                      },
                      "blob": {
                        "metadata": {
                          "type": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          }
                        },
                        "uri": "<string>"
                      },
                      "binary": {
                        "value": "aSDinaTvuI8gbWludGxpZnk=",
                        "tag": "<string>"
                      },
                      "schema": {
                        "uri": "<string>",
                        "type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        }
                      },
                      "none_type": {},
                      "error": {
                        "failed_node_id": "<string>",
                        "message": "<string>"
                      },
                      "generic": {},
                      "structured_dataset": {
                        "uri": "<string>",
                        "metadata": {
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          }
                        }
                      },
                      "union": {
                        "value": {
                          "scalar": "<unknown>",
                          "collection": {
                            "literals": "<array>"
                          },
                          "map": {
                            "literals": {}
                          },
                          "offloaded_metadata": {
                            "uri": "<string>",
                            "size_bytes": "<string>",
                            "inferred_type": {
                              "simple": "NONE",
                              "schema": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              },
                              "collection_type": "<unknown>",
                              "map_value_type": "<unknown>",
                              "blob": {
                                "format": "<string>",
                                "dimensionality": "SINGLE"
                              },
                              "enum_type": {
                                "values": [
                                  "<string>"
                                ]
                              },
                              "structured_dataset_type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "literal_type": "<unknown>"
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              },
                              "union_type": {
                                "variants": "<array>"
                              },
                              "metadata": {},
                              "annotation": {
                                "annotations": {}
                              },
                              "structure": {
                                "tag": "<string>",
                                "dataclass_type": {}
                              }
                            }
                          },
                          "hash": "<string>",
                          "metadata": {}
                        },
                        "type": {
                          "simple": "NONE",
                          "schema": {
                            "columns": [
                              {
                                "name": "<string>",
                                "type": "INTEGER"
                              }
                            ]
                          },
                          "collection_type": "<unknown>",
                          "map_value_type": "<unknown>",
                          "blob": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          },
                          "enum_type": {
                            "values": [
                              "<string>"
                            ]
                          },
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          },
                          "union_type": {
                            "variants": "<array>"
                          },
                          "metadata": {},
                          "annotation": {
                            "annotations": {}
                          },
                          "structure": {
                            "tag": "<string>",
                            "dataclass_type": {}
                          }
                        }
                      }
                    },
                    "collection": {
                      "bindings": "<array>"
                    },
                    "promise": {
                      "node_id": "<string>",
                      "var": "<string>",
                      "attr_path": [
                        {
                          "string_value": "<string>",
                          "int_value": 123
                        }
                      ]
                    },
                    "map": {
                      "bindings": {}
                    },
                    "offloaded_metadata": {
                      "uri": "<string>",
                      "size_bytes": "<string>",
                      "inferred_type": {
                        "simple": "NONE",
                        "schema": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        },
                        "collection_type": "<unknown>",
                        "map_value_type": "<unknown>",
                        "blob": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        },
                        "enum_type": {
                          "values": [
                            "<string>"
                          ]
                        },
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        },
                        "union_type": {
                          "variants": "<array>"
                        },
                        "metadata": {},
                        "annotation": {
                          "annotations": {}
                        },
                        "structure": {
                          "tag": "<string>",
                          "dataclass_type": {}
                        }
                      }
                    },
                    "union": {
                      "targetType": {
                        "simple": "NONE",
                        "schema": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        },
                        "collection_type": "<unknown>",
                        "map_value_type": "<unknown>",
                        "blob": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        },
                        "enum_type": {
                          "values": [
                            "<string>"
                          ]
                        },
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        },
                        "union_type": {
                          "variants": "<array>"
                        },
                        "metadata": {},
                        "annotation": {
                          "annotations": {}
                        },
                        "structure": {
                          "tag": "<string>",
                          "dataclass_type": {}
                        }
                      }
                    }
                  }
                }
              ],
              "upstream_node_ids": [
                "<string>"
              ],
              "output_aliases": [
                {
                  "var": "<string>",
                  "alias": "<string>"
                }
              ],
              "task_node": {
                "reference_id": {
                  "resource_type": "UNSPECIFIED",
                  "project": "<string>",
                  "domain": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "org": "<string>"
                },
                "overrides": {
                  "resources": {
                    "requests": [
                      {
                        "name": "UNKNOWN",
                        "value": "<string>"
                      }
                    ],
                    "limits": [
                      {
                        "name": "UNKNOWN",
                        "value": "<string>"
                      }
                    ]
                  },
                  "extended_resources": {
                    "gpu_accelerator": {
                      "device": "<string>",
                      "unpartitioned": true,
                      "partition_size": "<string>"
                    },
                    "shared_memory": {
                      "mount_path": "<string>",
                      "mount_name": "<string>",
                      "size_limit": "<string>"
                    }
                  },
                  "container_image": "<string>",
                  "pod_template": {
                    "metadata": {
                      "labels": {},
                      "annotations": {}
                    },
                    "pod_spec": {},
                    "data_config": {
                      "enabled": true,
                      "input_path": "<string>",
                      "output_path": "<string>",
                      "format": "JSON",
                      "io_strategy": {
                        "download_mode": "DOWNLOAD_EAGER",
                        "upload_mode": "UPLOAD_ON_EXIT"
                      }
                    },
                    "primary_container_name": "<string>"
                  }
                }
              },
              "workflow_node": {
                "launchplan_ref": {
                  "resource_type": "UNSPECIFIED",
                  "project": "<string>",
                  "domain": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "org": "<string>"
                },
                "sub_workflow_ref": {
                  "resource_type": "UNSPECIFIED",
                  "project": "<string>",
                  "domain": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "org": "<string>"
                }
              },
              "branch_node": {
                "if_else": {
                  "case": {
                    "condition": {
                      "conjunction": {
                        "operator": "AND",
                        "left_expression": "<unknown>",
                        "right_expression": "<unknown>"
                      },
                      "comparison": {
                        "operator": "EQ",
                        "left_value": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "var": "<string>",
                          "scalar": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "blob": {
                              "metadata": {
                                "type": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                }
                              },
                              "uri": "<string>"
                            },
                            "binary": {
                              "value": "aSDinaTvuI8gbWludGxpZnk=",
                              "tag": "<string>"
                            },
                            "schema": {
                              "uri": "<string>",
                              "type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              }
                            },
                            "none_type": {},
                            "error": {
                              "failed_node_id": "<string>",
                              "message": "<string>"
                            },
                            "generic": {},
                            "structured_dataset": {
                              "uri": "<string>",
                              "metadata": {
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": {
                                "scalar": "<unknown>",
                                "collection": {
                                  "literals": "<array>"
                                },
                                "map": {
                                  "literals": {}
                                },
                                "offloaded_metadata": {
                                  "uri": "<string>",
                                  "size_bytes": "<string>",
                                  "inferred_type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                },
                                "hash": "<string>",
                                "metadata": {}
                              },
                              "type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            }
                          }
                        },
                        "right_value": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "var": "<string>",
                          "scalar": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "blob": {
                              "metadata": {
                                "type": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                }
                              },
                              "uri": "<string>"
                            },
                            "binary": {
                              "value": "aSDinaTvuI8gbWludGxpZnk=",
                              "tag": "<string>"
                            },
                            "schema": {
                              "uri": "<string>",
                              "type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              }
                            },
                            "none_type": {},
                            "error": {
                              "failed_node_id": "<string>",
                              "message": "<string>"
                            },
                            "generic": {},
                            "structured_dataset": {
                              "uri": "<string>",
                              "metadata": {
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": {
                                "scalar": "<unknown>",
                                "collection": {
                                  "literals": "<array>"
                                },
                                "map": {
                                  "literals": {}
                                },
                                "offloaded_metadata": {
                                  "uri": "<string>",
                                  "size_bytes": "<string>",
                                  "inferred_type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                },
                                "hash": "<string>",
                                "metadata": {}
                              },
                              "type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "then_node": "<unknown>"
                  },
                  "other": [
                    {
                      "condition": {
                        "conjunction": {
                          "operator": "AND",
                          "left_expression": "<unknown>",
                          "right_expression": "<unknown>"
                        },
                        "comparison": {
                          "operator": "EQ",
                          "left_value": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "var": "<string>",
                            "scalar": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "blob": {
                                "metadata": {
                                  "type": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  }
                                },
                                "uri": "<string>"
                              },
                              "binary": {
                                "value": "aSDinaTvuI8gbWludGxpZnk=",
                                "tag": "<string>"
                              },
                              "schema": {
                                "uri": "<string>",
                                "type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                }
                              },
                              "none_type": {},
                              "error": {
                                "failed_node_id": "<string>",
                                "message": "<string>"
                              },
                              "generic": {},
                              "structured_dataset": {
                                "uri": "<string>",
                                "metadata": {
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": {
                                  "scalar": "<unknown>",
                                  "collection": {
                                    "literals": "<array>"
                                  },
                                  "map": {
                                    "literals": {}
                                  },
                                  "offloaded_metadata": {
                                    "uri": "<string>",
                                    "size_bytes": "<string>",
                                    "inferred_type": {
                                      "simple": "NONE",
                                      "schema": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "type": "INTEGER"
                                          }
                                        ]
                                      },
                                      "collection_type": "<unknown>",
                                      "map_value_type": "<unknown>",
                                      "blob": {
                                        "format": "<string>",
                                        "dimensionality": "SINGLE"
                                      },
                                      "enum_type": {
                                        "values": [
                                          "<string>"
                                        ]
                                      },
                                      "structured_dataset_type": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "literal_type": "<unknown>"
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      },
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  },
                                  "hash": "<string>",
                                  "metadata": {}
                                },
                                "type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            }
                          },
                          "right_value": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "var": "<string>",
                            "scalar": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "blob": {
                                "metadata": {
                                  "type": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  }
                                },
                                "uri": "<string>"
                              },
                              "binary": {
                                "value": "aSDinaTvuI8gbWludGxpZnk=",
                                "tag": "<string>"
                              },
                              "schema": {
                                "uri": "<string>",
                                "type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                }
                              },
                              "none_type": {},
                              "error": {
                                "failed_node_id": "<string>",
                                "message": "<string>"
                              },
                              "generic": {},
                              "structured_dataset": {
                                "uri": "<string>",
                                "metadata": {
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": {
                                  "scalar": "<unknown>",
                                  "collection": {
                                    "literals": "<array>"
                                  },
                                  "map": {
                                    "literals": {}
                                  },
                                  "offloaded_metadata": {
                                    "uri": "<string>",
                                    "size_bytes": "<string>",
                                    "inferred_type": {
                                      "simple": "NONE",
                                      "schema": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "type": "INTEGER"
                                          }
                                        ]
                                      },
                                      "collection_type": "<unknown>",
                                      "map_value_type": "<unknown>",
                                      "blob": {
                                        "format": "<string>",
                                        "dimensionality": "SINGLE"
                                      },
                                      "enum_type": {
                                        "values": [
                                          "<string>"
                                        ]
                                      },
                                      "structured_dataset_type": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "literal_type": "<unknown>"
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      },
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  },
                                  "hash": "<string>",
                                  "metadata": {}
                                },
                                "type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "then_node": "<unknown>"
                    }
                  ],
                  "else_node": "<unknown>",
                  "error": {
                    "failed_node_id": "<string>",
                    "message": "<string>"
                  }
                }
              },
              "gate_node": {
                "approve": {
                  "signal_id": "<string>"
                },
                "signal": {
                  "signal_id": "<string>",
                  "type": {
                    "simple": "NONE",
                    "schema": {
                      "columns": [
                        {
                          "name": "<string>",
                          "type": "INTEGER"
                        }
                      ]
                    },
                    "collection_type": "<unknown>",
                    "map_value_type": "<unknown>",
                    "blob": {
                      "format": "<string>",
                      "dimensionality": "SINGLE"
                    },
                    "enum_type": {
                      "values": [
                        "<string>"
                      ]
                    },
                    "structured_dataset_type": {
                      "columns": [
                        {
                          "name": "<string>",
                          "literal_type": "<unknown>"
                        }
                      ],
                      "format": "<string>",
                      "external_schema_type": "<string>",
                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                    },
                    "union_type": {
                      "variants": "<array>"
                    },
                    "metadata": {},
                    "annotation": {
                      "annotations": {}
                    },
                    "structure": {
                      "tag": "<string>",
                      "dataclass_type": {}
                    }
                  },
                  "output_variable_name": "<string>"
                },
                "sleep": {
                  "duration": "<string>"
                }
              },
              "array_node": {
                "node": "<unknown>",
                "parallelism": 123,
                "min_successes": 123,
                "min_success_ratio": 123,
                "execution_mode": "MINIMAL_STATE",
                "is_original_sub_node_interface": true,
                "data_mode": "SINGLE_INPUT_FILE",
                "bound_inputs": [
                  "<string>"
                ]
              }
            }
          ],
          "outputs": [
            {
              "var": "<string>",
              "binding": {
                "scalar": {
                  "primitive": {
                    "integer": "<string>",
                    "float_value": 123,
                    "string_value": "<string>",
                    "boolean": true,
                    "datetime": "2023-11-07T05:31:56Z",
                    "duration": "<string>"
                  },
                  "blob": {
                    "metadata": {
                      "type": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      }
                    },
                    "uri": "<string>"
                  },
                  "binary": {
                    "value": "aSDinaTvuI8gbWludGxpZnk=",
                    "tag": "<string>"
                  },
                  "schema": {
                    "uri": "<string>",
                    "type": {
                      "columns": [
                        {
                          "name": "<string>",
                          "type": "INTEGER"
                        }
                      ]
                    }
                  },
                  "none_type": {},
                  "error": {
                    "failed_node_id": "<string>",
                    "message": "<string>"
                  },
                  "generic": {},
                  "structured_dataset": {
                    "uri": "<string>",
                    "metadata": {
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      }
                    }
                  },
                  "union": {
                    "value": {
                      "scalar": "<unknown>",
                      "collection": {
                        "literals": "<array>"
                      },
                      "map": {
                        "literals": {}
                      },
                      "offloaded_metadata": {
                        "uri": "<string>",
                        "size_bytes": "<string>",
                        "inferred_type": {
                          "simple": "NONE",
                          "schema": {
                            "columns": [
                              {
                                "name": "<string>",
                                "type": "INTEGER"
                              }
                            ]
                          },
                          "collection_type": "<unknown>",
                          "map_value_type": "<unknown>",
                          "blob": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          },
                          "enum_type": {
                            "values": [
                              "<string>"
                            ]
                          },
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          },
                          "union_type": {
                            "variants": "<array>"
                          },
                          "metadata": {},
                          "annotation": {
                            "annotations": {}
                          },
                          "structure": {
                            "tag": "<string>",
                            "dataclass_type": {}
                          }
                        }
                      },
                      "hash": "<string>",
                      "metadata": {}
                    },
                    "type": {
                      "simple": "NONE",
                      "schema": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      },
                      "collection_type": "<unknown>",
                      "map_value_type": "<unknown>",
                      "blob": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      },
                      "enum_type": {
                        "values": [
                          "<string>"
                        ]
                      },
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      },
                      "union_type": {
                        "variants": "<array>"
                      },
                      "metadata": {},
                      "annotation": {
                        "annotations": {}
                      },
                      "structure": {
                        "tag": "<string>",
                        "dataclass_type": {}
                      }
                    }
                  }
                },
                "collection": {
                  "bindings": "<array>"
                },
                "promise": {
                  "node_id": "<string>",
                  "var": "<string>",
                  "attr_path": [
                    {
                      "string_value": "<string>",
                      "int_value": 123
                    }
                  ]
                },
                "map": {
                  "bindings": {}
                },
                "offloaded_metadata": {
                  "uri": "<string>",
                  "size_bytes": "<string>",
                  "inferred_type": {
                    "simple": "NONE",
                    "schema": {
                      "columns": [
                        {
                          "name": "<string>",
                          "type": "INTEGER"
                        }
                      ]
                    },
                    "collection_type": "<unknown>",
                    "map_value_type": "<unknown>",
                    "blob": {
                      "format": "<string>",
                      "dimensionality": "SINGLE"
                    },
                    "enum_type": {
                      "values": [
                        "<string>"
                      ]
                    },
                    "structured_dataset_type": {
                      "columns": [
                        {
                          "name": "<string>",
                          "literal_type": "<unknown>"
                        }
                      ],
                      "format": "<string>",
                      "external_schema_type": "<string>",
                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                    },
                    "union_type": {
                      "variants": "<array>"
                    },
                    "metadata": {},
                    "annotation": {
                      "annotations": {}
                    },
                    "structure": {
                      "tag": "<string>",
                      "dataclass_type": {}
                    }
                  }
                },
                "union": {
                  "targetType": {
                    "simple": "NONE",
                    "schema": {
                      "columns": [
                        {
                          "name": "<string>",
                          "type": "INTEGER"
                        }
                      ]
                    },
                    "collection_type": "<unknown>",
                    "map_value_type": "<unknown>",
                    "blob": {
                      "format": "<string>",
                      "dimensionality": "SINGLE"
                    },
                    "enum_type": {
                      "values": [
                        "<string>"
                      ]
                    },
                    "structured_dataset_type": {
                      "columns": [
                        {
                          "name": "<string>",
                          "literal_type": "<unknown>"
                        }
                      ],
                      "format": "<string>",
                      "external_schema_type": "<string>",
                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                    },
                    "union_type": {
                      "variants": "<array>"
                    },
                    "metadata": {},
                    "annotation": {
                      "annotations": {}
                    },
                    "structure": {
                      "tag": "<string>",
                      "dataclass_type": {}
                    }
                  }
                }
              }
            }
          ],
          "failure_node": {
            "id": "<string>",
            "metadata": {
              "name": "<string>",
              "timeout": "<string>",
              "retries": {
                "retries": 123
              },
              "interruptible": true,
              "cacheable": true,
              "cache_version": "<string>",
              "cache_serializable": true,
              "config": {}
            },
            "inputs": [
              {
                "var": "<string>",
                "binding": {
                  "scalar": {
                    "primitive": {
                      "integer": "<string>",
                      "float_value": 123,
                      "string_value": "<string>",
                      "boolean": true,
                      "datetime": "2023-11-07T05:31:56Z",
                      "duration": "<string>"
                    },
                    "blob": {
                      "metadata": {
                        "type": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        }
                      },
                      "uri": "<string>"
                    },
                    "binary": {
                      "value": "aSDinaTvuI8gbWludGxpZnk=",
                      "tag": "<string>"
                    },
                    "schema": {
                      "uri": "<string>",
                      "type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      }
                    },
                    "none_type": {},
                    "error": {
                      "failed_node_id": "<string>",
                      "message": "<string>"
                    },
                    "generic": {},
                    "structured_dataset": {
                      "uri": "<string>",
                      "metadata": {
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        }
                      }
                    },
                    "union": {
                      "value": {
                        "scalar": "<unknown>",
                        "collection": {
                          "literals": "<array>"
                        },
                        "map": {
                          "literals": {}
                        },
                        "offloaded_metadata": {
                          "uri": "<string>",
                          "size_bytes": "<string>",
                          "inferred_type": {
                            "simple": "NONE",
                            "schema": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "type": "INTEGER"
                                }
                              ]
                            },
                            "collection_type": "<unknown>",
                            "map_value_type": "<unknown>",
                            "blob": {
                              "format": "<string>",
                              "dimensionality": "SINGLE"
                            },
                            "enum_type": {
                              "values": [
                                "<string>"
                              ]
                            },
                            "structured_dataset_type": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "literal_type": "<unknown>"
                                }
                              ],
                              "format": "<string>",
                              "external_schema_type": "<string>",
                              "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                            },
                            "union_type": {
                              "variants": "<array>"
                            },
                            "metadata": {},
                            "annotation": {
                              "annotations": {}
                            },
                            "structure": {
                              "tag": "<string>",
                              "dataclass_type": {}
                            }
                          }
                        },
                        "hash": "<string>",
                        "metadata": {}
                      },
                      "type": {
                        "simple": "NONE",
                        "schema": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        },
                        "collection_type": "<unknown>",
                        "map_value_type": "<unknown>",
                        "blob": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        },
                        "enum_type": {
                          "values": [
                            "<string>"
                          ]
                        },
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        },
                        "union_type": {
                          "variants": "<array>"
                        },
                        "metadata": {},
                        "annotation": {
                          "annotations": {}
                        },
                        "structure": {
                          "tag": "<string>",
                          "dataclass_type": {}
                        }
                      }
                    }
                  },
                  "collection": {
                    "bindings": "<array>"
                  },
                  "promise": {
                    "node_id": "<string>",
                    "var": "<string>",
                    "attr_path": [
                      {
                        "string_value": "<string>",
                        "int_value": 123
                      }
                    ]
                  },
                  "map": {
                    "bindings": {}
                  },
                  "offloaded_metadata": {
                    "uri": "<string>",
                    "size_bytes": "<string>",
                    "inferred_type": {
                      "simple": "NONE",
                      "schema": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      },
                      "collection_type": "<unknown>",
                      "map_value_type": "<unknown>",
                      "blob": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      },
                      "enum_type": {
                        "values": [
                          "<string>"
                        ]
                      },
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      },
                      "union_type": {
                        "variants": "<array>"
                      },
                      "metadata": {},
                      "annotation": {
                        "annotations": {}
                      },
                      "structure": {
                        "tag": "<string>",
                        "dataclass_type": {}
                      }
                    }
                  },
                  "union": {
                    "targetType": {
                      "simple": "NONE",
                      "schema": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      },
                      "collection_type": "<unknown>",
                      "map_value_type": "<unknown>",
                      "blob": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      },
                      "enum_type": {
                        "values": [
                          "<string>"
                        ]
                      },
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      },
                      "union_type": {
                        "variants": "<array>"
                      },
                      "metadata": {},
                      "annotation": {
                        "annotations": {}
                      },
                      "structure": {
                        "tag": "<string>",
                        "dataclass_type": {}
                      }
                    }
                  }
                }
              }
            ],
            "upstream_node_ids": [
              "<string>"
            ],
            "output_aliases": [
              {
                "var": "<string>",
                "alias": "<string>"
              }
            ],
            "task_node": {
              "reference_id": {
                "resource_type": "UNSPECIFIED",
                "project": "<string>",
                "domain": "<string>",
                "name": "<string>",
                "version": "<string>",
                "org": "<string>"
              },
              "overrides": {
                "resources": {
                  "requests": [
                    {
                      "name": "UNKNOWN",
                      "value": "<string>"
                    }
                  ],
                  "limits": [
                    {
                      "name": "UNKNOWN",
                      "value": "<string>"
                    }
                  ]
                },
                "extended_resources": {
                  "gpu_accelerator": {
                    "device": "<string>",
                    "unpartitioned": true,
                    "partition_size": "<string>"
                  },
                  "shared_memory": {
                    "mount_path": "<string>",
                    "mount_name": "<string>",
                    "size_limit": "<string>"
                  }
                },
                "container_image": "<string>",
                "pod_template": {
                  "metadata": {
                    "labels": {},
                    "annotations": {}
                  },
                  "pod_spec": {},
                  "data_config": {
                    "enabled": true,
                    "input_path": "<string>",
                    "output_path": "<string>",
                    "format": "JSON",
                    "io_strategy": {
                      "download_mode": "DOWNLOAD_EAGER",
                      "upload_mode": "UPLOAD_ON_EXIT"
                    }
                  },
                  "primary_container_name": "<string>"
                }
              }
            },
            "workflow_node": {
              "launchplan_ref": {
                "resource_type": "UNSPECIFIED",
                "project": "<string>",
                "domain": "<string>",
                "name": "<string>",
                "version": "<string>",
                "org": "<string>"
              },
              "sub_workflow_ref": {
                "resource_type": "UNSPECIFIED",
                "project": "<string>",
                "domain": "<string>",
                "name": "<string>",
                "version": "<string>",
                "org": "<string>"
              }
            },
            "branch_node": {
              "if_else": {
                "case": {
                  "condition": {
                    "conjunction": {
                      "operator": "AND",
                      "left_expression": "<unknown>",
                      "right_expression": "<unknown>"
                    },
                    "comparison": {
                      "operator": "EQ",
                      "left_value": {
                        "primitive": {
                          "integer": "<string>",
                          "float_value": 123,
                          "string_value": "<string>",
                          "boolean": true,
                          "datetime": "2023-11-07T05:31:56Z",
                          "duration": "<string>"
                        },
                        "var": "<string>",
                        "scalar": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "blob": {
                            "metadata": {
                              "type": {
                                "format": "<string>",
                                "dimensionality": "SINGLE"
                              }
                            },
                            "uri": "<string>"
                          },
                          "binary": {
                            "value": "aSDinaTvuI8gbWludGxpZnk=",
                            "tag": "<string>"
                          },
                          "schema": {
                            "uri": "<string>",
                            "type": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "type": "INTEGER"
                                }
                              ]
                            }
                          },
                          "none_type": {},
                          "error": {
                            "failed_node_id": "<string>",
                            "message": "<string>"
                          },
                          "generic": {},
                          "structured_dataset": {
                            "uri": "<string>",
                            "metadata": {
                              "structured_dataset_type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "literal_type": "<unknown>"
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              }
                            }
                          },
                          "union": {
                            "value": {
                              "scalar": "<unknown>",
                              "collection": {
                                "literals": "<array>"
                              },
                              "map": {
                                "literals": {}
                              },
                              "offloaded_metadata": {
                                "uri": "<string>",
                                "size_bytes": "<string>",
                                "inferred_type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              },
                              "hash": "<string>",
                              "metadata": {}
                            },
                            "type": {
                              "simple": "NONE",
                              "schema": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              },
                              "collection_type": "<unknown>",
                              "map_value_type": "<unknown>",
                              "blob": {
                                "format": "<string>",
                                "dimensionality": "SINGLE"
                              },
                              "enum_type": {
                                "values": [
                                  "<string>"
                                ]
                              },
                              "structured_dataset_type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "literal_type": "<unknown>"
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              },
                              "union_type": {
                                "variants": "<array>"
                              },
                              "metadata": {},
                              "annotation": {
                                "annotations": {}
                              },
                              "structure": {
                                "tag": "<string>",
                                "dataclass_type": {}
                              }
                            }
                          }
                        }
                      },
                      "right_value": {
                        "primitive": {
                          "integer": "<string>",
                          "float_value": 123,
                          "string_value": "<string>",
                          "boolean": true,
                          "datetime": "2023-11-07T05:31:56Z",
                          "duration": "<string>"
                        },
                        "var": "<string>",
                        "scalar": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "blob": {
                            "metadata": {
                              "type": {
                                "format": "<string>",
                                "dimensionality": "SINGLE"
                              }
                            },
                            "uri": "<string>"
                          },
                          "binary": {
                            "value": "aSDinaTvuI8gbWludGxpZnk=",
                            "tag": "<string>"
                          },
                          "schema": {
                            "uri": "<string>",
                            "type": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "type": "INTEGER"
                                }
                              ]
                            }
                          },
                          "none_type": {},
                          "error": {
                            "failed_node_id": "<string>",
                            "message": "<string>"
                          },
                          "generic": {},
                          "structured_dataset": {
                            "uri": "<string>",
                            "metadata": {
                              "structured_dataset_type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "literal_type": "<unknown>"
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              }
                            }
                          },
                          "union": {
                            "value": {
                              "scalar": "<unknown>",
                              "collection": {
                                "literals": "<array>"
                              },
                              "map": {
                                "literals": {}
                              },
                              "offloaded_metadata": {
                                "uri": "<string>",
                                "size_bytes": "<string>",
                                "inferred_type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              },
                              "hash": "<string>",
                              "metadata": {}
                            },
                            "type": {
                              "simple": "NONE",
                              "schema": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              },
                              "collection_type": "<unknown>",
                              "map_value_type": "<unknown>",
                              "blob": {
                                "format": "<string>",
                                "dimensionality": "SINGLE"
                              },
                              "enum_type": {
                                "values": [
                                  "<string>"
                                ]
                              },
                              "structured_dataset_type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "literal_type": "<unknown>"
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              },
                              "union_type": {
                                "variants": "<array>"
                              },
                              "metadata": {},
                              "annotation": {
                                "annotations": {}
                              },
                              "structure": {
                                "tag": "<string>",
                                "dataclass_type": {}
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "then_node": "<unknown>"
                },
                "other": [
                  {
                    "condition": {
                      "conjunction": {
                        "operator": "AND",
                        "left_expression": "<unknown>",
                        "right_expression": "<unknown>"
                      },
                      "comparison": {
                        "operator": "EQ",
                        "left_value": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "var": "<string>",
                          "scalar": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "blob": {
                              "metadata": {
                                "type": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                }
                              },
                              "uri": "<string>"
                            },
                            "binary": {
                              "value": "aSDinaTvuI8gbWludGxpZnk=",
                              "tag": "<string>"
                            },
                            "schema": {
                              "uri": "<string>",
                              "type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              }
                            },
                            "none_type": {},
                            "error": {
                              "failed_node_id": "<string>",
                              "message": "<string>"
                            },
                            "generic": {},
                            "structured_dataset": {
                              "uri": "<string>",
                              "metadata": {
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": {
                                "scalar": "<unknown>",
                                "collection": {
                                  "literals": "<array>"
                                },
                                "map": {
                                  "literals": {}
                                },
                                "offloaded_metadata": {
                                  "uri": "<string>",
                                  "size_bytes": "<string>",
                                  "inferred_type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                },
                                "hash": "<string>",
                                "metadata": {}
                              },
                              "type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            }
                          }
                        },
                        "right_value": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "var": "<string>",
                          "scalar": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "blob": {
                              "metadata": {
                                "type": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                }
                              },
                              "uri": "<string>"
                            },
                            "binary": {
                              "value": "aSDinaTvuI8gbWludGxpZnk=",
                              "tag": "<string>"
                            },
                            "schema": {
                              "uri": "<string>",
                              "type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              }
                            },
                            "none_type": {},
                            "error": {
                              "failed_node_id": "<string>",
                              "message": "<string>"
                            },
                            "generic": {},
                            "structured_dataset": {
                              "uri": "<string>",
                              "metadata": {
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": {
                                "scalar": "<unknown>",
                                "collection": {
                                  "literals": "<array>"
                                },
                                "map": {
                                  "literals": {}
                                },
                                "offloaded_metadata": {
                                  "uri": "<string>",
                                  "size_bytes": "<string>",
                                  "inferred_type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                },
                                "hash": "<string>",
                                "metadata": {}
                              },
                              "type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "then_node": "<unknown>"
                  }
                ],
                "else_node": "<unknown>",
                "error": {
                  "failed_node_id": "<string>",
                  "message": "<string>"
                }
              }
            },
            "gate_node": {
              "approve": {
                "signal_id": "<string>"
              },
              "signal": {
                "signal_id": "<string>",
                "type": {
                  "simple": "NONE",
                  "schema": {
                    "columns": [
                      {
                        "name": "<string>",
                        "type": "INTEGER"
                      }
                    ]
                  },
                  "collection_type": "<unknown>",
                  "map_value_type": "<unknown>",
                  "blob": {
                    "format": "<string>",
                    "dimensionality": "SINGLE"
                  },
                  "enum_type": {
                    "values": [
                      "<string>"
                    ]
                  },
                  "structured_dataset_type": {
                    "columns": [
                      {
                        "name": "<string>",
                        "literal_type": "<unknown>"
                      }
                    ],
                    "format": "<string>",
                    "external_schema_type": "<string>",
                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                  },
                  "union_type": {
                    "variants": "<array>"
                  },
                  "metadata": {},
                  "annotation": {
                    "annotations": {}
                  },
                  "structure": {
                    "tag": "<string>",
                    "dataclass_type": {}
                  }
                },
                "output_variable_name": "<string>"
              },
              "sleep": {
                "duration": "<string>"
              }
            },
            "array_node": {
              "node": "<unknown>",
              "parallelism": 123,
              "min_successes": 123,
              "min_success_ratio": 123,
              "execution_mode": "MINIMAL_STATE",
              "is_original_sub_node_interface": true,
              "data_mode": "SINGLE_INPUT_FILE",
              "bound_inputs": [
                "<string>"
              ]
            }
          },
          "metadata_defaults": {
            "interruptible": true
          }
        },
        "connections": {
          "downstream": {},
          "upstream": {}
        }
      },
      "sub_workflows": [
        {
          "template": {
            "id": {
              "resource_type": "UNSPECIFIED",
              "project": "<string>",
              "domain": "<string>",
              "name": "<string>",
              "version": "<string>",
              "org": "<string>"
            },
            "metadata": {
              "quality_of_service": {
                "tier": "UNDEFINED",
                "spec": {
                  "queueing_budget": "<string>"
                }
              },
              "on_failure": "FAIL_IMMEDIATELY",
              "tags": {}
            },
            "interface": {
              "inputs": {
                "variables": {}
              },
              "outputs": {
                "variables": {}
              }
            },
            "nodes": [
              {
                "id": "<string>",
                "metadata": {
                  "name": "<string>",
                  "timeout": "<string>",
                  "retries": {
                    "retries": 123
                  },
                  "interruptible": true,
                  "cacheable": true,
                  "cache_version": "<string>",
                  "cache_serializable": true,
                  "config": {}
                },
                "inputs": [
                  {
                    "var": "<string>",
                    "binding": {
                      "scalar": {
                        "primitive": {
                          "integer": "<string>",
                          "float_value": 123,
                          "string_value": "<string>",
                          "boolean": true,
                          "datetime": "2023-11-07T05:31:56Z",
                          "duration": "<string>"
                        },
                        "blob": {
                          "metadata": {
                            "type": {
                              "format": "<string>",
                              "dimensionality": "SINGLE"
                            }
                          },
                          "uri": "<string>"
                        },
                        "binary": {
                          "value": "aSDinaTvuI8gbWludGxpZnk=",
                          "tag": "<string>"
                        },
                        "schema": {
                          "uri": "<string>",
                          "type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "type": "INTEGER"
                              }
                            ]
                          }
                        },
                        "none_type": {},
                        "error": {
                          "failed_node_id": "<string>",
                          "message": "<string>"
                        },
                        "generic": {},
                        "structured_dataset": {
                          "uri": "<string>",
                          "metadata": {
                            "structured_dataset_type": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "literal_type": "<unknown>"
                                }
                              ],
                              "format": "<string>",
                              "external_schema_type": "<string>",
                              "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                            }
                          }
                        },
                        "union": {
                          "value": {
                            "scalar": "<unknown>",
                            "collection": {
                              "literals": "<array>"
                            },
                            "map": {
                              "literals": {}
                            },
                            "offloaded_metadata": {
                              "uri": "<string>",
                              "size_bytes": "<string>",
                              "inferred_type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            },
                            "hash": "<string>",
                            "metadata": {}
                          },
                          "type": {
                            "simple": "NONE",
                            "schema": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "type": "INTEGER"
                                }
                              ]
                            },
                            "collection_type": "<unknown>",
                            "map_value_type": "<unknown>",
                            "blob": {
                              "format": "<string>",
                              "dimensionality": "SINGLE"
                            },
                            "enum_type": {
                              "values": [
                                "<string>"
                              ]
                            },
                            "structured_dataset_type": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "literal_type": "<unknown>"
                                }
                              ],
                              "format": "<string>",
                              "external_schema_type": "<string>",
                              "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                            },
                            "union_type": {
                              "variants": "<array>"
                            },
                            "metadata": {},
                            "annotation": {
                              "annotations": {}
                            },
                            "structure": {
                              "tag": "<string>",
                              "dataclass_type": {}
                            }
                          }
                        }
                      },
                      "collection": {
                        "bindings": "<array>"
                      },
                      "promise": {
                        "node_id": "<string>",
                        "var": "<string>",
                        "attr_path": [
                          {
                            "string_value": "<string>",
                            "int_value": 123
                          }
                        ]
                      },
                      "map": {
                        "bindings": {}
                      },
                      "offloaded_metadata": {
                        "uri": "<string>",
                        "size_bytes": "<string>",
                        "inferred_type": {
                          "simple": "NONE",
                          "schema": {
                            "columns": [
                              {
                                "name": "<string>",
                                "type": "INTEGER"
                              }
                            ]
                          },
                          "collection_type": "<unknown>",
                          "map_value_type": "<unknown>",
                          "blob": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          },
                          "enum_type": {
                            "values": [
                              "<string>"
                            ]
                          },
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          },
                          "union_type": {
                            "variants": "<array>"
                          },
                          "metadata": {},
                          "annotation": {
                            "annotations": {}
                          },
                          "structure": {
                            "tag": "<string>",
                            "dataclass_type": {}
                          }
                        }
                      },
                      "union": {
                        "targetType": {
                          "simple": "NONE",
                          "schema": {
                            "columns": [
                              {
                                "name": "<string>",
                                "type": "INTEGER"
                              }
                            ]
                          },
                          "collection_type": "<unknown>",
                          "map_value_type": "<unknown>",
                          "blob": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          },
                          "enum_type": {
                            "values": [
                              "<string>"
                            ]
                          },
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          },
                          "union_type": {
                            "variants": "<array>"
                          },
                          "metadata": {},
                          "annotation": {
                            "annotations": {}
                          },
                          "structure": {
                            "tag": "<string>",
                            "dataclass_type": {}
                          }
                        }
                      }
                    }
                  }
                ],
                "upstream_node_ids": [
                  "<string>"
                ],
                "output_aliases": [
                  {
                    "var": "<string>",
                    "alias": "<string>"
                  }
                ],
                "task_node": {
                  "reference_id": {
                    "resource_type": "UNSPECIFIED",
                    "project": "<string>",
                    "domain": "<string>",
                    "name": "<string>",
                    "version": "<string>",
                    "org": "<string>"
                  },
                  "overrides": {
                    "resources": {
                      "requests": [
                        {
                          "name": "UNKNOWN",
                          "value": "<string>"
                        }
                      ],
                      "limits": [
                        {
                          "name": "UNKNOWN",
                          "value": "<string>"
                        }
                      ]
                    },
                    "extended_resources": {
                      "gpu_accelerator": {
                        "device": "<string>",
                        "unpartitioned": true,
                        "partition_size": "<string>"
                      },
                      "shared_memory": {
                        "mount_path": "<string>",
                        "mount_name": "<string>",
                        "size_limit": "<string>"
                      }
                    },
                    "container_image": "<string>",
                    "pod_template": {
                      "metadata": {
                        "labels": {},
                        "annotations": {}
                      },
                      "pod_spec": {},
                      "data_config": {
                        "enabled": true,
                        "input_path": "<string>",
                        "output_path": "<string>",
                        "format": "JSON",
                        "io_strategy": {
                          "download_mode": "DOWNLOAD_EAGER",
                          "upload_mode": "UPLOAD_ON_EXIT"
                        }
                      },
                      "primary_container_name": "<string>"
                    }
                  }
                },
                "workflow_node": {
                  "launchplan_ref": {
                    "resource_type": "UNSPECIFIED",
                    "project": "<string>",
                    "domain": "<string>",
                    "name": "<string>",
                    "version": "<string>",
                    "org": "<string>"
                  },
                  "sub_workflow_ref": {
                    "resource_type": "UNSPECIFIED",
                    "project": "<string>",
                    "domain": "<string>",
                    "name": "<string>",
                    "version": "<string>",
                    "org": "<string>"
                  }
                },
                "branch_node": {
                  "if_else": {
                    "case": {
                      "condition": {
                        "conjunction": {
                          "operator": "AND",
                          "left_expression": "<unknown>",
                          "right_expression": "<unknown>"
                        },
                        "comparison": {
                          "operator": "EQ",
                          "left_value": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "var": "<string>",
                            "scalar": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "blob": {
                                "metadata": {
                                  "type": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  }
                                },
                                "uri": "<string>"
                              },
                              "binary": {
                                "value": "aSDinaTvuI8gbWludGxpZnk=",
                                "tag": "<string>"
                              },
                              "schema": {
                                "uri": "<string>",
                                "type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                }
                              },
                              "none_type": {},
                              "error": {
                                "failed_node_id": "<string>",
                                "message": "<string>"
                              },
                              "generic": {},
                              "structured_dataset": {
                                "uri": "<string>",
                                "metadata": {
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": {
                                  "scalar": "<unknown>",
                                  "collection": {
                                    "literals": "<array>"
                                  },
                                  "map": {
                                    "literals": {}
                                  },
                                  "offloaded_metadata": {
                                    "uri": "<string>",
                                    "size_bytes": "<string>",
                                    "inferred_type": {
                                      "simple": "NONE",
                                      "schema": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "type": "INTEGER"
                                          }
                                        ]
                                      },
                                      "collection_type": "<unknown>",
                                      "map_value_type": "<unknown>",
                                      "blob": {
                                        "format": "<string>",
                                        "dimensionality": "SINGLE"
                                      },
                                      "enum_type": {
                                        "values": [
                                          "<string>"
                                        ]
                                      },
                                      "structured_dataset_type": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "literal_type": "<unknown>"
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      },
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  },
                                  "hash": "<string>",
                                  "metadata": {}
                                },
                                "type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            }
                          },
                          "right_value": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "var": "<string>",
                            "scalar": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "blob": {
                                "metadata": {
                                  "type": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  }
                                },
                                "uri": "<string>"
                              },
                              "binary": {
                                "value": "aSDinaTvuI8gbWludGxpZnk=",
                                "tag": "<string>"
                              },
                              "schema": {
                                "uri": "<string>",
                                "type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                }
                              },
                              "none_type": {},
                              "error": {
                                "failed_node_id": "<string>",
                                "message": "<string>"
                              },
                              "generic": {},
                              "structured_dataset": {
                                "uri": "<string>",
                                "metadata": {
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": {
                                  "scalar": "<unknown>",
                                  "collection": {
                                    "literals": "<array>"
                                  },
                                  "map": {
                                    "literals": {}
                                  },
                                  "offloaded_metadata": {
                                    "uri": "<string>",
                                    "size_bytes": "<string>",
                                    "inferred_type": {
                                      "simple": "NONE",
                                      "schema": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "type": "INTEGER"
                                          }
                                        ]
                                      },
                                      "collection_type": "<unknown>",
                                      "map_value_type": "<unknown>",
                                      "blob": {
                                        "format": "<string>",
                                        "dimensionality": "SINGLE"
                                      },
                                      "enum_type": {
                                        "values": [
                                          "<string>"
                                        ]
                                      },
                                      "structured_dataset_type": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "literal_type": "<unknown>"
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      },
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  },
                                  "hash": "<string>",
                                  "metadata": {}
                                },
                                "type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "then_node": "<unknown>"
                    },
                    "other": [
                      {
                        "condition": {
                          "conjunction": {
                            "operator": "AND",
                            "left_expression": "<unknown>",
                            "right_expression": "<unknown>"
                          },
                          "comparison": {
                            "operator": "EQ",
                            "left_value": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "var": "<string>",
                              "scalar": {
                                "primitive": {
                                  "integer": "<string>",
                                  "float_value": 123,
                                  "string_value": "<string>",
                                  "boolean": true,
                                  "datetime": "2023-11-07T05:31:56Z",
                                  "duration": "<string>"
                                },
                                "blob": {
                                  "metadata": {
                                    "type": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    }
                                  },
                                  "uri": "<string>"
                                },
                                "binary": {
                                  "value": "aSDinaTvuI8gbWludGxpZnk=",
                                  "tag": "<string>"
                                },
                                "schema": {
                                  "uri": "<string>",
                                  "type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  }
                                },
                                "none_type": {},
                                "error": {
                                  "failed_node_id": "<string>",
                                  "message": "<string>"
                                },
                                "generic": {},
                                "structured_dataset": {
                                  "uri": "<string>",
                                  "metadata": {
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": {
                                    "scalar": "<unknown>",
                                    "collection": {
                                      "literals": "<array>"
                                    },
                                    "map": {
                                      "literals": {}
                                    },
                                    "offloaded_metadata": {
                                      "uri": "<string>",
                                      "size_bytes": "<string>",
                                      "inferred_type": {
                                        "simple": "NONE",
                                        "schema": {
                                          "columns": [
                                            {
                                              "name": "<string>",
                                              "type": "INTEGER"
                                            }
                                          ]
                                        },
                                        "collection_type": "<unknown>",
                                        "map_value_type": "<unknown>",
                                        "blob": {
                                          "format": "<string>",
                                          "dimensionality": "SINGLE"
                                        },
                                        "enum_type": {
                                          "values": [
                                            "<string>"
                                          ]
                                        },
                                        "structured_dataset_type": {
                                          "columns": [
                                            {
                                              "name": "<string>",
                                              "literal_type": "<unknown>"
                                            }
                                          ],
                                          "format": "<string>",
                                          "external_schema_type": "<string>",
                                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                        },
                                        "union_type": {
                                          "variants": "<array>"
                                        },
                                        "metadata": {},
                                        "annotation": {
                                          "annotations": {}
                                        },
                                        "structure": {
                                          "tag": "<string>",
                                          "dataclass_type": {}
                                        }
                                      }
                                    },
                                    "hash": "<string>",
                                    "metadata": {}
                                  },
                                  "type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                }
                              }
                            },
                            "right_value": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "var": "<string>",
                              "scalar": {
                                "primitive": {
                                  "integer": "<string>",
                                  "float_value": 123,
                                  "string_value": "<string>",
                                  "boolean": true,
                                  "datetime": "2023-11-07T05:31:56Z",
                                  "duration": "<string>"
                                },
                                "blob": {
                                  "metadata": {
                                    "type": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    }
                                  },
                                  "uri": "<string>"
                                },
                                "binary": {
                                  "value": "aSDinaTvuI8gbWludGxpZnk=",
                                  "tag": "<string>"
                                },
                                "schema": {
                                  "uri": "<string>",
                                  "type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  }
                                },
                                "none_type": {},
                                "error": {
                                  "failed_node_id": "<string>",
                                  "message": "<string>"
                                },
                                "generic": {},
                                "structured_dataset": {
                                  "uri": "<string>",
                                  "metadata": {
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": {
                                    "scalar": "<unknown>",
                                    "collection": {
                                      "literals": "<array>"
                                    },
                                    "map": {
                                      "literals": {}
                                    },
                                    "offloaded_metadata": {
                                      "uri": "<string>",
                                      "size_bytes": "<string>",
                                      "inferred_type": {
                                        "simple": "NONE",
                                        "schema": {
                                          "columns": [
                                            {
                                              "name": "<string>",
                                              "type": "INTEGER"
                                            }
                                          ]
                                        },
                                        "collection_type": "<unknown>",
                                        "map_value_type": "<unknown>",
                                        "blob": {
                                          "format": "<string>",
                                          "dimensionality": "SINGLE"
                                        },
                                        "enum_type": {
                                          "values": [
                                            "<string>"
                                          ]
                                        },
                                        "structured_dataset_type": {
                                          "columns": [
                                            {
                                              "name": "<string>",
                                              "literal_type": "<unknown>"
                                            }
                                          ],
                                          "format": "<string>",
                                          "external_schema_type": "<string>",
                                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                        },
                                        "union_type": {
                                          "variants": "<array>"
                                        },
                                        "metadata": {},
                                        "annotation": {
                                          "annotations": {}
                                        },
                                        "structure": {
                                          "tag": "<string>",
                                          "dataclass_type": {}
                                        }
                                      }
                                    },
                                    "hash": "<string>",
                                    "metadata": {}
                                  },
                                  "type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "then_node": "<unknown>"
                      }
                    ],
                    "else_node": "<unknown>",
                    "error": {
                      "failed_node_id": "<string>",
                      "message": "<string>"
                    }
                  }
                },
                "gate_node": {
                  "approve": {
                    "signal_id": "<string>"
                  },
                  "signal": {
                    "signal_id": "<string>",
                    "type": {
                      "simple": "NONE",
                      "schema": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      },
                      "collection_type": "<unknown>",
                      "map_value_type": "<unknown>",
                      "blob": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      },
                      "enum_type": {
                        "values": [
                          "<string>"
                        ]
                      },
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      },
                      "union_type": {
                        "variants": "<array>"
                      },
                      "metadata": {},
                      "annotation": {
                        "annotations": {}
                      },
                      "structure": {
                        "tag": "<string>",
                        "dataclass_type": {}
                      }
                    },
                    "output_variable_name": "<string>"
                  },
                  "sleep": {
                    "duration": "<string>"
                  }
                },
                "array_node": {
                  "node": "<unknown>",
                  "parallelism": 123,
                  "min_successes": 123,
                  "min_success_ratio": 123,
                  "execution_mode": "MINIMAL_STATE",
                  "is_original_sub_node_interface": true,
                  "data_mode": "SINGLE_INPUT_FILE",
                  "bound_inputs": [
                    "<string>"
                  ]
                }
              }
            ],
            "outputs": [
              {
                "var": "<string>",
                "binding": {
                  "scalar": {
                    "primitive": {
                      "integer": "<string>",
                      "float_value": 123,
                      "string_value": "<string>",
                      "boolean": true,
                      "datetime": "2023-11-07T05:31:56Z",
                      "duration": "<string>"
                    },
                    "blob": {
                      "metadata": {
                        "type": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        }
                      },
                      "uri": "<string>"
                    },
                    "binary": {
                      "value": "aSDinaTvuI8gbWludGxpZnk=",
                      "tag": "<string>"
                    },
                    "schema": {
                      "uri": "<string>",
                      "type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      }
                    },
                    "none_type": {},
                    "error": {
                      "failed_node_id": "<string>",
                      "message": "<string>"
                    },
                    "generic": {},
                    "structured_dataset": {
                      "uri": "<string>",
                      "metadata": {
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        }
                      }
                    },
                    "union": {
                      "value": {
                        "scalar": "<unknown>",
                        "collection": {
                          "literals": "<array>"
                        },
                        "map": {
                          "literals": {}
                        },
                        "offloaded_metadata": {
                          "uri": "<string>",
                          "size_bytes": "<string>",
                          "inferred_type": {
                            "simple": "NONE",
                            "schema": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "type": "INTEGER"
                                }
                              ]
                            },
                            "collection_type": "<unknown>",
                            "map_value_type": "<unknown>",
                            "blob": {
                              "format": "<string>",
                              "dimensionality": "SINGLE"
                            },
                            "enum_type": {
                              "values": [
                                "<string>"
                              ]
                            },
                            "structured_dataset_type": {
                              "columns": [
                                {
                                  "name": "<string>",
                                  "literal_type": "<unknown>"
                                }
                              ],
                              "format": "<string>",
                              "external_schema_type": "<string>",
                              "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                            },
                            "union_type": {
                              "variants": "<array>"
                            },
                            "metadata": {},
                            "annotation": {
                              "annotations": {}
                            },
                            "structure": {
                              "tag": "<string>",
                              "dataclass_type": {}
                            }
                          }
                        },
                        "hash": "<string>",
                        "metadata": {}
                      },
                      "type": {
                        "simple": "NONE",
                        "schema": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        },
                        "collection_type": "<unknown>",
                        "map_value_type": "<unknown>",
                        "blob": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        },
                        "enum_type": {
                          "values": [
                            "<string>"
                          ]
                        },
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        },
                        "union_type": {
                          "variants": "<array>"
                        },
                        "metadata": {},
                        "annotation": {
                          "annotations": {}
                        },
                        "structure": {
                          "tag": "<string>",
                          "dataclass_type": {}
                        }
                      }
                    }
                  },
                  "collection": {
                    "bindings": "<array>"
                  },
                  "promise": {
                    "node_id": "<string>",
                    "var": "<string>",
                    "attr_path": [
                      {
                        "string_value": "<string>",
                        "int_value": 123
                      }
                    ]
                  },
                  "map": {
                    "bindings": {}
                  },
                  "offloaded_metadata": {
                    "uri": "<string>",
                    "size_bytes": "<string>",
                    "inferred_type": {
                      "simple": "NONE",
                      "schema": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      },
                      "collection_type": "<unknown>",
                      "map_value_type": "<unknown>",
                      "blob": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      },
                      "enum_type": {
                        "values": [
                          "<string>"
                        ]
                      },
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      },
                      "union_type": {
                        "variants": "<array>"
                      },
                      "metadata": {},
                      "annotation": {
                        "annotations": {}
                      },
                      "structure": {
                        "tag": "<string>",
                        "dataclass_type": {}
                      }
                    }
                  },
                  "union": {
                    "targetType": {
                      "simple": "NONE",
                      "schema": {
                        "columns": [
                          {
                            "name": "<string>",
                            "type": "INTEGER"
                          }
                        ]
                      },
                      "collection_type": "<unknown>",
                      "map_value_type": "<unknown>",
                      "blob": {
                        "format": "<string>",
                        "dimensionality": "SINGLE"
                      },
                      "enum_type": {
                        "values": [
                          "<string>"
                        ]
                      },
                      "structured_dataset_type": {
                        "columns": [
                          {
                            "name": "<string>",
                            "literal_type": "<unknown>"
                          }
                        ],
                        "format": "<string>",
                        "external_schema_type": "<string>",
                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                      },
                      "union_type": {
                        "variants": "<array>"
                      },
                      "metadata": {},
                      "annotation": {
                        "annotations": {}
                      },
                      "structure": {
                        "tag": "<string>",
                        "dataclass_type": {}
                      }
                    }
                  }
                }
              }
            ],
            "failure_node": {
              "id": "<string>",
              "metadata": {
                "name": "<string>",
                "timeout": "<string>",
                "retries": {
                  "retries": 123
                },
                "interruptible": true,
                "cacheable": true,
                "cache_version": "<string>",
                "cache_serializable": true,
                "config": {}
              },
              "inputs": [
                {
                  "var": "<string>",
                  "binding": {
                    "scalar": {
                      "primitive": {
                        "integer": "<string>",
                        "float_value": 123,
                        "string_value": "<string>",
                        "boolean": true,
                        "datetime": "2023-11-07T05:31:56Z",
                        "duration": "<string>"
                      },
                      "blob": {
                        "metadata": {
                          "type": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          }
                        },
                        "uri": "<string>"
                      },
                      "binary": {
                        "value": "aSDinaTvuI8gbWludGxpZnk=",
                        "tag": "<string>"
                      },
                      "schema": {
                        "uri": "<string>",
                        "type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        }
                      },
                      "none_type": {},
                      "error": {
                        "failed_node_id": "<string>",
                        "message": "<string>"
                      },
                      "generic": {},
                      "structured_dataset": {
                        "uri": "<string>",
                        "metadata": {
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          }
                        }
                      },
                      "union": {
                        "value": {
                          "scalar": "<unknown>",
                          "collection": {
                            "literals": "<array>"
                          },
                          "map": {
                            "literals": {}
                          },
                          "offloaded_metadata": {
                            "uri": "<string>",
                            "size_bytes": "<string>",
                            "inferred_type": {
                              "simple": "NONE",
                              "schema": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              },
                              "collection_type": "<unknown>",
                              "map_value_type": "<unknown>",
                              "blob": {
                                "format": "<string>",
                                "dimensionality": "SINGLE"
                              },
                              "enum_type": {
                                "values": [
                                  "<string>"
                                ]
                              },
                              "structured_dataset_type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "literal_type": "<unknown>"
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              },
                              "union_type": {
                                "variants": "<array>"
                              },
                              "metadata": {},
                              "annotation": {
                                "annotations": {}
                              },
                              "structure": {
                                "tag": "<string>",
                                "dataclass_type": {}
                              }
                            }
                          },
                          "hash": "<string>",
                          "metadata": {}
                        },
                        "type": {
                          "simple": "NONE",
                          "schema": {
                            "columns": [
                              {
                                "name": "<string>",
                                "type": "INTEGER"
                              }
                            ]
                          },
                          "collection_type": "<unknown>",
                          "map_value_type": "<unknown>",
                          "blob": {
                            "format": "<string>",
                            "dimensionality": "SINGLE"
                          },
                          "enum_type": {
                            "values": [
                              "<string>"
                            ]
                          },
                          "structured_dataset_type": {
                            "columns": [
                              {
                                "name": "<string>",
                                "literal_type": "<unknown>"
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          },
                          "union_type": {
                            "variants": "<array>"
                          },
                          "metadata": {},
                          "annotation": {
                            "annotations": {}
                          },
                          "structure": {
                            "tag": "<string>",
                            "dataclass_type": {}
                          }
                        }
                      }
                    },
                    "collection": {
                      "bindings": "<array>"
                    },
                    "promise": {
                      "node_id": "<string>",
                      "var": "<string>",
                      "attr_path": [
                        {
                          "string_value": "<string>",
                          "int_value": 123
                        }
                      ]
                    },
                    "map": {
                      "bindings": {}
                    },
                    "offloaded_metadata": {
                      "uri": "<string>",
                      "size_bytes": "<string>",
                      "inferred_type": {
                        "simple": "NONE",
                        "schema": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        },
                        "collection_type": "<unknown>",
                        "map_value_type": "<unknown>",
                        "blob": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        },
                        "enum_type": {
                          "values": [
                            "<string>"
                          ]
                        },
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        },
                        "union_type": {
                          "variants": "<array>"
                        },
                        "metadata": {},
                        "annotation": {
                          "annotations": {}
                        },
                        "structure": {
                          "tag": "<string>",
                          "dataclass_type": {}
                        }
                      }
                    },
                    "union": {
                      "targetType": {
                        "simple": "NONE",
                        "schema": {
                          "columns": [
                            {
                              "name": "<string>",
                              "type": "INTEGER"
                            }
                          ]
                        },
                        "collection_type": "<unknown>",
                        "map_value_type": "<unknown>",
                        "blob": {
                          "format": "<string>",
                          "dimensionality": "SINGLE"
                        },
                        "enum_type": {
                          "values": [
                            "<string>"
                          ]
                        },
                        "structured_dataset_type": {
                          "columns": [
                            {
                              "name": "<string>",
                              "literal_type": "<unknown>"
                            }
                          ],
                          "format": "<string>",
                          "external_schema_type": "<string>",
                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                        },
                        "union_type": {
                          "variants": "<array>"
                        },
                        "metadata": {},
                        "annotation": {
                          "annotations": {}
                        },
                        "structure": {
                          "tag": "<string>",
                          "dataclass_type": {}
                        }
                      }
                    }
                  }
                }
              ],
              "upstream_node_ids": [
                "<string>"
              ],
              "output_aliases": [
                {
                  "var": "<string>",
                  "alias": "<string>"
                }
              ],
              "task_node": {
                "reference_id": {
                  "resource_type": "UNSPECIFIED",
                  "project": "<string>",
                  "domain": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "org": "<string>"
                },
                "overrides": {
                  "resources": {
                    "requests": [
                      {
                        "name": "UNKNOWN",
                        "value": "<string>"
                      }
                    ],
                    "limits": [
                      {
                        "name": "UNKNOWN",
                        "value": "<string>"
                      }
                    ]
                  },
                  "extended_resources": {
                    "gpu_accelerator": {
                      "device": "<string>",
                      "unpartitioned": true,
                      "partition_size": "<string>"
                    },
                    "shared_memory": {
                      "mount_path": "<string>",
                      "mount_name": "<string>",
                      "size_limit": "<string>"
                    }
                  },
                  "container_image": "<string>",
                  "pod_template": {
                    "metadata": {
                      "labels": {},
                      "annotations": {}
                    },
                    "pod_spec": {},
                    "data_config": {
                      "enabled": true,
                      "input_path": "<string>",
                      "output_path": "<string>",
                      "format": "JSON",
                      "io_strategy": {
                        "download_mode": "DOWNLOAD_EAGER",
                        "upload_mode": "UPLOAD_ON_EXIT"
                      }
                    },
                    "primary_container_name": "<string>"
                  }
                }
              },
              "workflow_node": {
                "launchplan_ref": {
                  "resource_type": "UNSPECIFIED",
                  "project": "<string>",
                  "domain": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "org": "<string>"
                },
                "sub_workflow_ref": {
                  "resource_type": "UNSPECIFIED",
                  "project": "<string>",
                  "domain": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "org": "<string>"
                }
              },
              "branch_node": {
                "if_else": {
                  "case": {
                    "condition": {
                      "conjunction": {
                        "operator": "AND",
                        "left_expression": "<unknown>",
                        "right_expression": "<unknown>"
                      },
                      "comparison": {
                        "operator": "EQ",
                        "left_value": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "var": "<string>",
                          "scalar": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "blob": {
                              "metadata": {
                                "type": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                }
                              },
                              "uri": "<string>"
                            },
                            "binary": {
                              "value": "aSDinaTvuI8gbWludGxpZnk=",
                              "tag": "<string>"
                            },
                            "schema": {
                              "uri": "<string>",
                              "type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              }
                            },
                            "none_type": {},
                            "error": {
                              "failed_node_id": "<string>",
                              "message": "<string>"
                            },
                            "generic": {},
                            "structured_dataset": {
                              "uri": "<string>",
                              "metadata": {
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": {
                                "scalar": "<unknown>",
                                "collection": {
                                  "literals": "<array>"
                                },
                                "map": {
                                  "literals": {}
                                },
                                "offloaded_metadata": {
                                  "uri": "<string>",
                                  "size_bytes": "<string>",
                                  "inferred_type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                },
                                "hash": "<string>",
                                "metadata": {}
                              },
                              "type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            }
                          }
                        },
                        "right_value": {
                          "primitive": {
                            "integer": "<string>",
                            "float_value": 123,
                            "string_value": "<string>",
                            "boolean": true,
                            "datetime": "2023-11-07T05:31:56Z",
                            "duration": "<string>"
                          },
                          "var": "<string>",
                          "scalar": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "blob": {
                              "metadata": {
                                "type": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                }
                              },
                              "uri": "<string>"
                            },
                            "binary": {
                              "value": "aSDinaTvuI8gbWludGxpZnk=",
                              "tag": "<string>"
                            },
                            "schema": {
                              "uri": "<string>",
                              "type": {
                                "columns": [
                                  {
                                    "name": "<string>",
                                    "type": "INTEGER"
                                  }
                                ]
                              }
                            },
                            "none_type": {},
                            "error": {
                              "failed_node_id": "<string>",
                              "message": "<string>"
                            },
                            "generic": {},
                            "structured_dataset": {
                              "uri": "<string>",
                              "metadata": {
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": {
                                "scalar": "<unknown>",
                                "collection": {
                                  "literals": "<array>"
                                },
                                "map": {
                                  "literals": {}
                                },
                                "offloaded_metadata": {
                                  "uri": "<string>",
                                  "size_bytes": "<string>",
                                  "inferred_type": {
                                    "simple": "NONE",
                                    "schema": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "type": "INTEGER"
                                        }
                                      ]
                                    },
                                    "collection_type": "<unknown>",
                                    "map_value_type": "<unknown>",
                                    "blob": {
                                      "format": "<string>",
                                      "dimensionality": "SINGLE"
                                    },
                                    "enum_type": {
                                      "values": [
                                        "<string>"
                                      ]
                                    },
                                    "structured_dataset_type": {
                                      "columns": [
                                        {
                                          "name": "<string>",
                                          "literal_type": "<unknown>"
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    },
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                },
                                "hash": "<string>",
                                "metadata": {}
                              },
                              "type": {
                                "simple": "NONE",
                                "schema": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                },
                                "collection_type": "<unknown>",
                                "map_value_type": "<unknown>",
                                "blob": {
                                  "format": "<string>",
                                  "dimensionality": "SINGLE"
                                },
                                "enum_type": {
                                  "values": [
                                    "<string>"
                                  ]
                                },
                                "structured_dataset_type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "literal_type": "<unknown>"
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                },
                                "union_type": {
                                  "variants": "<array>"
                                },
                                "metadata": {},
                                "annotation": {
                                  "annotations": {}
                                },
                                "structure": {
                                  "tag": "<string>",
                                  "dataclass_type": {}
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "then_node": "<unknown>"
                  },
                  "other": [
                    {
                      "condition": {
                        "conjunction": {
                          "operator": "AND",
                          "left_expression": "<unknown>",
                          "right_expression": "<unknown>"
                        },
                        "comparison": {
                          "operator": "EQ",
                          "left_value": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "var": "<string>",
                            "scalar": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "blob": {
                                "metadata": {
                                  "type": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  }
                                },
                                "uri": "<string>"
                              },
                              "binary": {
                                "value": "aSDinaTvuI8gbWludGxpZnk=",
                                "tag": "<string>"
                              },
                              "schema": {
                                "uri": "<string>",
                                "type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                }
                              },
                              "none_type": {},
                              "error": {
                                "failed_node_id": "<string>",
                                "message": "<string>"
                              },
                              "generic": {},
                              "structured_dataset": {
                                "uri": "<string>",
                                "metadata": {
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": {
                                  "scalar": "<unknown>",
                                  "collection": {
                                    "literals": "<array>"
                                  },
                                  "map": {
                                    "literals": {}
                                  },
                                  "offloaded_metadata": {
                                    "uri": "<string>",
                                    "size_bytes": "<string>",
                                    "inferred_type": {
                                      "simple": "NONE",
                                      "schema": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "type": "INTEGER"
                                          }
                                        ]
                                      },
                                      "collection_type": "<unknown>",
                                      "map_value_type": "<unknown>",
                                      "blob": {
                                        "format": "<string>",
                                        "dimensionality": "SINGLE"
                                      },
                                      "enum_type": {
                                        "values": [
                                          "<string>"
                                        ]
                                      },
                                      "structured_dataset_type": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "literal_type": "<unknown>"
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      },
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  },
                                  "hash": "<string>",
                                  "metadata": {}
                                },
                                "type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            }
                          },
                          "right_value": {
                            "primitive": {
                              "integer": "<string>",
                              "float_value": 123,
                              "string_value": "<string>",
                              "boolean": true,
                              "datetime": "2023-11-07T05:31:56Z",
                              "duration": "<string>"
                            },
                            "var": "<string>",
                            "scalar": {
                              "primitive": {
                                "integer": "<string>",
                                "float_value": 123,
                                "string_value": "<string>",
                                "boolean": true,
                                "datetime": "2023-11-07T05:31:56Z",
                                "duration": "<string>"
                              },
                              "blob": {
                                "metadata": {
                                  "type": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  }
                                },
                                "uri": "<string>"
                              },
                              "binary": {
                                "value": "aSDinaTvuI8gbWludGxpZnk=",
                                "tag": "<string>"
                              },
                              "schema": {
                                "uri": "<string>",
                                "type": {
                                  "columns": [
                                    {
                                      "name": "<string>",
                                      "type": "INTEGER"
                                    }
                                  ]
                                }
                              },
                              "none_type": {},
                              "error": {
                                "failed_node_id": "<string>",
                                "message": "<string>"
                              },
                              "generic": {},
                              "structured_dataset": {
                                "uri": "<string>",
                                "metadata": {
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": {
                                  "scalar": "<unknown>",
                                  "collection": {
                                    "literals": "<array>"
                                  },
                                  "map": {
                                    "literals": {}
                                  },
                                  "offloaded_metadata": {
                                    "uri": "<string>",
                                    "size_bytes": "<string>",
                                    "inferred_type": {
                                      "simple": "NONE",
                                      "schema": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "type": "INTEGER"
                                          }
                                        ]
                                      },
                                      "collection_type": "<unknown>",
                                      "map_value_type": "<unknown>",
                                      "blob": {
                                        "format": "<string>",
                                        "dimensionality": "SINGLE"
                                      },
                                      "enum_type": {
                                        "values": [
                                          "<string>"
                                        ]
                                      },
                                      "structured_dataset_type": {
                                        "columns": [
                                          {
                                            "name": "<string>",
                                            "literal_type": "<unknown>"
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      },
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  },
                                  "hash": "<string>",
                                  "metadata": {}
                                },
                                "type": {
                                  "simple": "NONE",
                                  "schema": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "type": "INTEGER"
                                      }
                                    ]
                                  },
                                  "collection_type": "<unknown>",
                                  "map_value_type": "<unknown>",
                                  "blob": {
                                    "format": "<string>",
                                    "dimensionality": "SINGLE"
                                  },
                                  "enum_type": {
                                    "values": [
                                      "<string>"
                                    ]
                                  },
                                  "structured_dataset_type": {
                                    "columns": [
                                      {
                                        "name": "<string>",
                                        "literal_type": "<unknown>"
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  },
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "then_node": "<unknown>"
                    }
                  ],
                  "else_node": "<unknown>",
                  "error": {
                    "failed_node_id": "<string>",
                    "message": "<string>"
                  }
                }
              },
              "gate_node": {
                "approve": {
                  "signal_id": "<string>"
                },
                "signal": {
                  "signal_id": "<string>",
                  "type": {
                    "simple": "NONE",
                    "schema": {
                      "columns": [
                        {
                          "name": "<string>",
                          "type": "INTEGER"
                        }
                      ]
                    },
                    "collection_type": "<unknown>",
                    "map_value_type": "<unknown>",
                    "blob": {
                      "format": "<string>",
                      "dimensionality": "SINGLE"
                    },
                    "enum_type": {
                      "values": [
                        "<string>"
                      ]
                    },
                    "structured_dataset_type": {
                      "columns": [
                        {
                          "name": "<string>",
                          "literal_type": "<unknown>"
                        }
                      ],
                      "format": "<string>",
                      "external_schema_type": "<string>",
                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                    },
                    "union_type": {
                      "variants": "<array>"
                    },
                    "metadata": {},
                    "annotation": {
                      "annotations": {}
                    },
                    "structure": {
                      "tag": "<string>",
                      "dataclass_type": {}
                    }
                  },
                  "output_variable_name": "<string>"
                },
                "sleep": {
                  "duration": "<string>"
                }
              },
              "array_node": {
                "node": "<unknown>",
                "parallelism": 123,
                "min_successes": 123,
                "min_success_ratio": 123,
                "execution_mode": "MINIMAL_STATE",
                "is_original_sub_node_interface": true,
                "data_mode": "SINGLE_INPUT_FILE",
                "bound_inputs": [
                  "<string>"
                ]
              }
            },
            "metadata_defaults": {
              "interruptible": true
            }
          },
          "connections": {
            "downstream": {},
            "upstream": {}
          }
        }
      ],
      "tasks": [
        {
          "template": {
            "id": {
              "resource_type": "UNSPECIFIED",
              "project": "<string>",
              "domain": "<string>",
              "name": "<string>",
              "version": "<string>",
              "org": "<string>"
            },
            "type": "<string>",
            "metadata": {
              "discoverable": true,
              "runtime": {
                "type": "OTHER",
                "version": "<string>",
                "flavor": "<string>"
              },
              "timeout": "<string>",
              "retries": {
                "retries": 123
              },
              "discovery_version": "<string>",
              "deprecated_error_message": "<string>",
              "interruptible": true,
              "cache_serializable": true,
              "tags": {},
              "pod_template_name": "<string>",
              "cache_ignore_input_vars": [
                "<string>"
              ],
              "is_eager": true,
              "generates_deck": true,
              "metadata": {
                "labels": {},
                "annotations": {}
              }
            },
            "interface": {
              "inputs": {
                "variables": {}
              },
              "outputs": {
                "variables": {}
              }
            },
            "custom": {},
            "container": {
              "image": "<string>",
              "command": [
                "<string>"
              ],
              "args": [
                "<string>"
              ],
              "resources": {
                "requests": [
                  {
                    "name": "UNKNOWN",
                    "value": "<string>"
                  }
                ],
                "limits": [
                  {
                    "name": "UNKNOWN",
                    "value": "<string>"
                  }
                ]
              },
              "env": [
                {
                  "key": "<string>",
                  "value": "<string>"
                }
              ],
              "config": [
                {
                  "key": "<string>",
                  "value": "<string>"
                }
              ],
              "ports": [
                {
                  "container_port": 123,
                  "name": "<string>"
                }
              ],
              "data_config": {
                "enabled": true,
                "input_path": "<string>",
                "output_path": "<string>",
                "format": "JSON",
                "io_strategy": {
                  "download_mode": "DOWNLOAD_EAGER",
                  "upload_mode": "UPLOAD_ON_EXIT"
                }
              },
              "architecture": "UNKNOWN"
            },
            "k8s_pod": {
              "metadata": {
                "labels": {},
                "annotations": {}
              },
              "pod_spec": {},
              "data_config": {
                "enabled": true,
                "input_path": "<string>",
                "output_path": "<string>",
                "format": "JSON",
                "io_strategy": {
                  "download_mode": "DOWNLOAD_EAGER",
                  "upload_mode": "UPLOAD_ON_EXIT"
                }
              },
              "primary_container_name": "<string>"
            },
            "sql": {
              "statement": "<string>",
              "dialect": "UNDEFINED"
            },
            "task_type_version": 123,
            "security_context": {
              "run_as": {
                "iam_role": "<string>",
                "k8s_service_account": "<string>",
                "oauth2_client": {
                  "client_id": "<string>",
                  "client_secret": {
                    "group": "<string>",
                    "group_version": "<string>",
                    "key": "<string>",
                    "mount_requirement": "ANY",
                    "env_var": "<string>"
                  }
                },
                "execution_identity": "<string>"
              },
              "secrets": [
                {
                  "group": "<string>",
                  "group_version": "<string>",
                  "key": "<string>",
                  "mount_requirement": "ANY",
                  "env_var": "<string>"
                }
              ],
              "tokens": [
                {
                  "name": "<string>",
                  "type": "CLIENT_CREDENTIALS",
                  "client": {
                    "client_id": "<string>",
                    "client_secret": {
                      "group": "<string>",
                      "group_version": "<string>",
                      "key": "<string>",
                      "mount_requirement": "ANY",
                      "env_var": "<string>"
                    }
                  },
                  "idp_discovery_endpoint": "<string>",
                  "token_endpoint": "<string>"
                }
              ]
            },
            "extended_resources": {
              "gpu_accelerator": {
                "device": "<string>",
                "unpartitioned": true,
                "partition_size": "<string>"
              },
              "shared_memory": {
                "mount_path": "<string>",
                "mount_name": "<string>",
                "size_limit": "<string>"
              }
            },
            "config": {}
          }
        }
      ],
      "launch_plans": [
        {
          "template": {
            "id": {
              "resource_type": "UNSPECIFIED",
              "project": "<string>",
              "domain": "<string>",
              "name": "<string>",
              "version": "<string>",
              "org": "<string>"
            },
            "interface": {
              "inputs": {
                "variables": {}
              },
              "outputs": {
                "variables": {}
              }
            },
            "fixed_inputs": {
              "literals": {}
            }
          }
        }
      ]
    },
    "created_at": "2023-11-07T05:31:56Z"
  },
  "short_description": "<string>"
}

Path Parameters

id.project
string
required

Name of the project the resource belongs to.

id.domain
string
required

Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.

id.name
string
required

User provided value for the resource.

id.version
string
required

Specific version of the resource.

Query Parameters

id.resource_type
enum<string>
default:UNSPECIFIED

Identifies the specific type of resource that this identifier corresponds to.

  • DATASET: A dataset represents an entity modeled in Flyte DataCatalog. A Dataset is also a versioned entity and can be a compilation of multiple individual objects. Eventually all Catalog objects should be modeled similar to Flyte Objects. The Dataset entities makes it possible for the UI and CLI to act on the objects in a similar manner to other Flyte objects
Available options:
UNSPECIFIED,
TASK,
WORKFLOW,
LAUNCH_PLAN,
DATASET
id.org
string

Optional, org key applied to the resource.

Response

A successful response.

Represents the workflow structure stored in the Admin A workflow is created by ordering tasks and associating outputs to inputs in order to produce a directed-acyclic execution graph.

id
object

Encapsulation of fields that uniquely identifies a Flyte resource.

closure
object

A container holding the compiled workflow produced from the WorkflowSpec and additional metadata.

short_description
string

One-liner overview of the entity.