Bowei Xu
Bowei Xu
My understanding is: reset doesn't support workflow with child at all. It is kind of next steps for rest
Thanks @seriousben for reporting this. 1. We will release Cadence server 0.11 this week, and it contains a fix for the errors you mentioned. 2. Were you able to view...
FYI we just released Cadence Web v3.6.0
> @vancexu I haven't tried with the CLI unfortunately. Do know if the server will be released soon? Sorry about postponing 0.11 release. We saw some degradation on activity timeout...
> Any updates or workarounds in this area? This issue is majorly for cadence internal test cases, and shouldn't affect cadence user tests. For user to test signalExternalWorkflow, use mock...
I don't fully understand the problem yet, are you trying to cancel workflow by custom cause? how did you set the cause in workflow/client? Is that set when workflow start...
I tested @ryanwalls and @prashantv idea, and it works. sample code: ``` ch, err := tchannel.NewChannelTransport( tchannel.ServiceName(serviceName), tchannel.ListenAddr("127.0.0.1:0")) if err != nil { logger.Fatal("Failed to create transport channel", zap.Error(err)) }...
https://github.com/uber/cadence-java-samples/pull/33