uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.

Home Page:https://cadenceworkflow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetWorkflowHistory with unknown workflowID need improvements

vancexu opened this issue · comments

Currently, GetWorkflowHistory with unknown workflowID will return context timeout to user, and causing panic and errors in server side.
We may need some improvements on this API for graceful error return and handle.

uber/cadence#3188 panic is fixed.
return error is wontfix, and keep it like today's WorkflowRun.Get() to return