cadence-java-client
cadence-java-client copied to clipboard
Child workflow cannot be started from a callback thread
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).