fn find_node_by_unique_id(
    documents: &Documents,
    pipeline: PipelineId,
    node_id: String
) -> Result<Root<Dom<Node>>, ErrorStatus>