Open lorensr opened 2 years ago
I believe workflow results have always been a collection. But I wouldn't be surprised if TS only supports single-item collections for workflow results.
In TS, please treat this just like workflow results. If it's singular named and errors if there is more than one, do the same here. I think, though I haven't confirmed, that Go can technically return multiple results, but I am unsure if any non-Go SDK supports that.
I'm a little confused by this—is it a TS-specific issue? Would making a change to this API now be a breaking change? And if so, is it worth doing or should we just close this?
Document what it is
It's a list of Payloads. So is it
previousResults
plural? With most recent result at beginning or end of array? And is it different between Crons vs ContinueAsNew?Include it