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

Child workflow cannot be started from a callback thread

Open mfateev opened this issue 6 years ago • 0 comments

An error is thrown if a workflow is started from the context of a Promise<WorkflowExecution> handler (java.lang.Error: Called from non workflow or workflow callback thread).

mfateev avatar Jan 14 '20 05:01 mfateev