Alex Guziel
Results
1
issues of
Alex Guziel
I have a workflow where I launch a child workflow. I have something roughly like try { } catch (e: CancellationException) { Workflow.newUntypedExternalWorkflowStub(childWorkflowId).cancel() logger.info("Cancel successful") } but even when I...
bug