Skip to main content
POST
/
api
/
v1
/
events
/
nodes
Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred
curl --request POST \
  --url https://mycluster.domino.tech/api/v1/events/nodes \
  --header 'Content-Type: application/json' \
  --data '
{
  "request_id": "<string>",
  "event": {
    "id": {
      "node_id": "<string>",
      "execution_id": {
        "project": "<string>",
        "domain": "<string>",
        "name": "<string>",
        "org": "<string>"
      }
    },
    "producer_id": "<string>",
    "phase": "UNDEFINED",
    "occurred_at": "2023-11-07T05:31:56Z",
    "input_uri": "<string>",
    "input_data": {
      "literals": {}
    },
    "output_uri": "<string>",
    "error": {
      "code": "<string>",
      "message": "<string>",
      "error_uri": "<string>",
      "kind": "UNKNOWN",
      "timestamp": "2023-11-07T05:31:56Z",
      "worker": "<string>"
    },
    "output_data": {
      "literals": {}
    },
    "workflow_node_metadata": {
      "execution_id": {
        "project": "<string>",
        "domain": "<string>",
        "name": "<string>",
        "org": "<string>"
      }
    },
    "task_node_metadata": {
      "cache_status": "CACHE_DISABLED",
      "catalog_key": {
        "dataset_id": {
          "resource_type": "UNSPECIFIED",
          "project": "<string>",
          "domain": "<string>",
          "name": "<string>",
          "version": "<string>",
          "org": "<string>"
        },
        "artifact_tag": {
          "artifact_id": "<string>",
          "name": "<string>"
        },
        "source_task_execution": {
          "task_id": {
            "resource_type": "UNSPECIFIED",
            "project": "<string>",
            "domain": "<string>",
            "name": "<string>",
            "version": "<string>",
            "org": "<string>"
          },
          "node_execution_id": {
            "node_id": "<string>",
            "execution_id": {
              "project": "<string>",
              "domain": "<string>",
              "name": "<string>",
              "org": "<string>"
            }
          },
          "retry_attempt": 123
        }
      },
      "reservation_status": "RESERVATION_DISABLED",
      "checkpoint_uri": "<string>",
      "dynamic_workflow": {
        "id": {
          "resource_type": "UNSPECIFIED",
          "project": "<string>",
          "domain": "<string>",
          "name": "<string>",
          "version": "<string>",
          "org": "<string>"
        },
        "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": {
                                      "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": "<unknown>",
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              }
                            }
                          },
                          "union": {
                            "value": "<unknown>",
                            "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": "<unknown>",
                              "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": "<unknown>",
                            "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": "<unknown>",
                            "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": {
                                            "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": "<unknown>",
                                            "union_type": {
                                              "variants": "<array>"
                                            },
                                            "metadata": {},
                                            "annotation": {
                                              "annotations": {}
                                            },
                                            "structure": {
                                              "tag": "<string>",
                                              "dataclass_type": {}
                                            }
                                          }
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": "<unknown>",
                                  "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": "<unknown>",
                                    "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": {
                                            "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": "<unknown>",
                                            "union_type": {
                                              "variants": "<array>"
                                            },
                                            "metadata": {},
                                            "annotation": {
                                              "annotations": {}
                                            },
                                            "structure": {
                                              "tag": "<string>",
                                              "dataclass_type": {}
                                            }
                                          }
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": "<unknown>",
                                  "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": "<unknown>",
                                    "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": {
                                              "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": "<unknown>",
                                              "union_type": {
                                                "variants": "<array>"
                                              },
                                              "metadata": {},
                                              "annotation": {
                                                "annotations": {}
                                              },
                                              "structure": {
                                                "tag": "<string>",
                                                "dataclass_type": {}
                                              }
                                            }
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      }
                                    }
                                  },
                                  "union": {
                                    "value": "<unknown>",
                                    "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": "<unknown>",
                                      "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": {
                                              "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": "<unknown>",
                                              "union_type": {
                                                "variants": "<array>"
                                              },
                                              "metadata": {},
                                              "annotation": {
                                                "annotations": {}
                                              },
                                              "structure": {
                                                "tag": "<string>",
                                                "dataclass_type": {}
                                              }
                                            }
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      }
                                    }
                                  },
                                  "union": {
                                    "value": "<unknown>",
                                    "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": "<unknown>",
                                      "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": "<unknown>",
                        "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": {
                                  "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": "<unknown>",
                                  "union_type": {
                                    "variants": "<array>"
                                  },
                                  "metadata": {},
                                  "annotation": {
                                    "annotations": {}
                                  },
                                  "structure": {
                                    "tag": "<string>",
                                    "dataclass_type": {}
                                  }
                                }
                              }
                            ],
                            "format": "<string>",
                            "external_schema_type": "<string>",
                            "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                          }
                        }
                      },
                      "union": {
                        "value": "<unknown>",
                        "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": "<unknown>",
                          "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": "<unknown>",
                        "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": "<unknown>",
                        "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": {
                                    "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": "<unknown>",
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                }
                              ],
                              "format": "<string>",
                              "external_schema_type": "<string>",
                              "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                            }
                          }
                        },
                        "union": {
                          "value": "<unknown>",
                          "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": "<unknown>",
                            "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": "<unknown>",
                          "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": "<unknown>",
                          "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": {
                                          "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": "<unknown>",
                                          "union_type": {
                                            "variants": "<array>"
                                          },
                                          "metadata": {},
                                          "annotation": {
                                            "annotations": {}
                                          },
                                          "structure": {
                                            "tag": "<string>",
                                            "dataclass_type": {}
                                          }
                                        }
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": "<unknown>",
                                "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": "<unknown>",
                                  "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": {
                                          "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": "<unknown>",
                                          "union_type": {
                                            "variants": "<array>"
                                          },
                                          "metadata": {},
                                          "annotation": {
                                            "annotations": {}
                                          },
                                          "structure": {
                                            "tag": "<string>",
                                            "dataclass_type": {}
                                          }
                                        }
                                      }
                                    ],
                                    "format": "<string>",
                                    "external_schema_type": "<string>",
                                    "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                  }
                                }
                              },
                              "union": {
                                "value": "<unknown>",
                                "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": "<unknown>",
                                  "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": {
                                            "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": "<unknown>",
                                            "union_type": {
                                              "variants": "<array>"
                                            },
                                            "metadata": {},
                                            "annotation": {
                                              "annotations": {}
                                            },
                                            "structure": {
                                              "tag": "<string>",
                                              "dataclass_type": {}
                                            }
                                          }
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": "<unknown>",
                                  "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": "<unknown>",
                                    "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": {
                                            "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": "<unknown>",
                                            "union_type": {
                                              "variants": "<array>"
                                            },
                                            "metadata": {},
                                            "annotation": {
                                              "annotations": {}
                                            },
                                            "structure": {
                                              "tag": "<string>",
                                              "dataclass_type": {}
                                            }
                                          }
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": "<unknown>",
                                  "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": "<unknown>",
                                    "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": "<unknown>",
                      "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": {
                                        "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": "<unknown>",
                                        "union_type": {
                                          "variants": "<array>"
                                        },
                                        "metadata": {},
                                        "annotation": {
                                          "annotations": {}
                                        },
                                        "structure": {
                                          "tag": "<string>",
                                          "dataclass_type": {}
                                        }
                                      }
                                    }
                                  ],
                                  "format": "<string>",
                                  "external_schema_type": "<string>",
                                  "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                }
                              }
                            },
                            "union": {
                              "value": "<unknown>",
                              "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": "<unknown>",
                                "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": "<unknown>",
                              "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": "<unknown>",
                              "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": {
                                              "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": "<unknown>",
                                              "union_type": {
                                                "variants": "<array>"
                                              },
                                              "metadata": {},
                                              "annotation": {
                                                "annotations": {}
                                              },
                                              "structure": {
                                                "tag": "<string>",
                                                "dataclass_type": {}
                                              }
                                            }
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      }
                                    }
                                  },
                                  "union": {
                                    "value": "<unknown>",
                                    "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": "<unknown>",
                                      "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": {
                                              "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": "<unknown>",
                                              "union_type": {
                                                "variants": "<array>"
                                              },
                                              "metadata": {},
                                              "annotation": {
                                                "annotations": {}
                                              },
                                              "structure": {
                                                "tag": "<string>",
                                                "dataclass_type": {}
                                              }
                                            }
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      }
                                    }
                                  },
                                  "union": {
                                    "value": "<unknown>",
                                    "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": "<unknown>",
                                      "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": {
                                                "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": "<unknown>",
                                                "union_type": {
                                                  "variants": "<array>"
                                                },
                                                "metadata": {},
                                                "annotation": {
                                                  "annotations": {}
                                                },
                                                "structure": {
                                                  "tag": "<string>",
                                                  "dataclass_type": {}
                                                }
                                              }
                                            }
                                          ],
                                          "format": "<string>",
                                          "external_schema_type": "<string>",
                                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                        }
                                      }
                                    },
                                    "union": {
                                      "value": "<unknown>",
                                      "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": "<unknown>",
                                        "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": {
                                                "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": "<unknown>",
                                                "union_type": {
                                                  "variants": "<array>"
                                                },
                                                "metadata": {},
                                                "annotation": {
                                                  "annotations": {}
                                                },
                                                "structure": {
                                                  "tag": "<string>",
                                                  "dataclass_type": {}
                                                }
                                              }
                                            }
                                          ],
                                          "format": "<string>",
                                          "external_schema_type": "<string>",
                                          "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                        }
                                      }
                                    },
                                    "union": {
                                      "value": "<unknown>",
                                      "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": "<unknown>",
                                        "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": "<unknown>",
                          "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": {
                                    "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": "<unknown>",
                                    "union_type": {
                                      "variants": "<array>"
                                    },
                                    "metadata": {},
                                    "annotation": {
                                      "annotations": {}
                                    },
                                    "structure": {
                                      "tag": "<string>",
                                      "dataclass_type": {}
                                    }
                                  }
                                }
                              ],
                              "format": "<string>",
                              "external_schema_type": "<string>",
                              "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                            }
                          }
                        },
                        "union": {
                          "value": "<unknown>",
                          "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": "<unknown>",
                            "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": "<unknown>",
                          "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": "<unknown>",
                          "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": {
                                      "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": "<unknown>",
                                      "union_type": {
                                        "variants": "<array>"
                                      },
                                      "metadata": {},
                                      "annotation": {
                                        "annotations": {}
                                      },
                                      "structure": {
                                        "tag": "<string>",
                                        "dataclass_type": {}
                                      }
                                    }
                                  }
                                ],
                                "format": "<string>",
                                "external_schema_type": "<string>",
                                "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                              }
                            }
                          },
                          "union": {
                            "value": "<unknown>",
                            "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": "<unknown>",
                              "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": "<unknown>",
                            "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": "<unknown>",
                            "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": {
                                            "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": "<unknown>",
                                            "union_type": {
                                              "variants": "<array>"
                                            },
                                            "metadata": {},
                                            "annotation": {
                                              "annotations": {}
                                            },
                                            "structure": {
                                              "tag": "<string>",
                                              "dataclass_type": {}
                                            }
                                          }
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": "<unknown>",
                                  "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": "<unknown>",
                                    "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": {
                                            "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": "<unknown>",
                                            "union_type": {
                                              "variants": "<array>"
                                            },
                                            "metadata": {},
                                            "annotation": {
                                              "annotations": {}
                                            },
                                            "structure": {
                                              "tag": "<string>",
                                              "dataclass_type": {}
                                            }
                                          }
                                        }
                                      ],
                                      "format": "<string>",
                                      "external_schema_type": "<string>",
                                      "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                    }
                                  }
                                },
                                "union": {
                                  "value": "<unknown>",
                                  "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": "<unknown>",
                                    "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": {
                                              "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": "<unknown>",
                                              "union_type": {
                                                "variants": "<array>"
                                              },
                                              "metadata": {},
                                              "annotation": {
                                                "annotations": {}
                                              },
                                              "structure": {
                                                "tag": "<string>",
                                                "dataclass_type": {}
                                              }
                                            }
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      }
                                    }
                                  },
                                  "union": {
                                    "value": "<unknown>",
                                    "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": "<unknown>",
                                      "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": {
                                              "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": "<unknown>",
                                              "union_type": {
                                                "variants": "<array>"
                                              },
                                              "metadata": {},
                                              "annotation": {
                                                "annotations": {}
                                              },
                                              "structure": {
                                                "tag": "<string>",
                                                "dataclass_type": {}
                                              }
                                            }
                                          }
                                        ],
                                        "format": "<string>",
                                        "external_schema_type": "<string>",
                                        "external_schema_bytes": "aSDinaTvuI8gbWludGxpZnk="
                                      }
                                    }
                                  },
                                  "union": {
                                    "value": "<unknown>",
                                    "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": "<unknown>",
                                      "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": "<unknown>",
                        "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": {}
                }
              }
            }
          ]
        },
        "dynamic_job_spec_uri": "<string>"
      }
    },
    "parent_task_metadata": {
      "id": {
        "task_id": {
          "resource_type": "UNSPECIFIED",
          "project": "<string>",
          "domain": "<string>",
          "name": "<string>",
          "version": "<string>",
          "org": "<string>"
        },
        "node_execution_id": {
          "node_id": "<string>",
          "execution_id": {
            "project": "<string>",
            "domain": "<string>",
            "name": "<string>",
            "org": "<string>"
          }
        },
        "retry_attempt": 123
      }
    },
    "parent_node_metadata": {
      "node_id": "<string>"
    },
    "retry_group": "<string>",
    "spec_node_id": "<string>",
    "node_name": "<string>",
    "event_version": 123,
    "is_parent": true,
    "is_dynamic": true,
    "deck_uri": "<string>",
    "reported_at": "2023-11-07T05:31:56Z",
    "is_array": true,
    "target_entity": {
      "resource_type": "UNSPECIFIED",
      "project": "<string>",
      "domain": "<string>",
      "name": "<string>",
      "version": "<string>",
      "org": "<string>"
    },
    "is_in_dynamic_chain": true,
    "is_eager": true
  }
}
'
{}

Body

application/json

Request to send a notification that a node execution event has occurred.

Request to send a notification that a node execution event has occurred.

request_id
string
event
object

Response

A successful response.

Purposefully empty, may be populated in the future.