Issue sending []byte to a temporal workflow
“Hello, I am looking for some help on how to send data to my workflow. I am trying to send it over a signal with the go sdk and I am getting this error from my activity: "message": "failed to process event: proto: cannot parse invalid wire-format data" This is the code for signaling it: signal := ...”
Open original →