I was needing to start a temporal workflow written in Golang from Typescript (NextJS). I saw this or this but was concerned I would need duplicate workflow definitions across languages… which wasn’t a correct thought. I then saw this beautiful solution that only needs the name of the workflow to start it, worked like a charm 👌