cadence-java-client
cadence-java-client copied to clipboard
Query while workflow is not running results in NPE
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.