cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

Query while workflow is not running results in NPE

Open meiliang86 opened this issue 6 years ago • 0 comments

Right now when a workflow is not running (e.g. between retries or cron schedules), querying the workflow will result in NPE. One way to fix this is to have a special handling to instantiate the workflow implementation and return results from that.

meiliang86 avatar Aug 05 '19 23:08 meiliang86