Irven Aelbrecht
Irven Aelbrecht
Seems like validator v10 is the way to go https://dev.to/sanjaysinghrajpoot/adding-json-validation-to-structs-in-go-lang-4mg8. So I guess it might be already good enough to add the tags to the struct. People could add their...
A potential easy solution is to expect []interface{} for args. (I will try this out) EDIT: This seems to work.
Thanks for the quick response 🚀 There could be some nesting involved in the cancellationScopes in computeFn as well and some computations might be skipped dependent on the received signal,...
Seems like that doesn't work. When you try to cancel the scope the iter method does not terminate. how is this cancellation injected in the current run method?
Worked around it for now by going out of the scope to do the yield ending up in ugly code...
I am getting Temporal Server Version | 1.22.0 Temporal UI Version | 2.16.2 Using postgresql