s8sg / goflow

A Golang based high performance, scalable and distributed workflow framework
MIT License
1.13k stars 137 forks source link

Get response from latest edge/node #85

Open suryakoinworks opened 1 year ago

suryakoinworks commented 1 year ago

How to get response from latest executed node and send back to the client?

suryakoinworks commented 1 year ago

Still no content on response but printed on console

s8sg commented 5 months ago

Goflow is async in nature. In order to send back to the client you need to have some other mechanism. For example you can use an event on completion to consume from client.