signalWithStart weird behaviour

  1. How do you create the logger?
  2. Please provide the stand-alone reproduction, and we’ll investigate.

Thanks @maxim, appreciate your help.

  1. Logger is created as in the workflow impl class follows
Workflow.getLogger(this::class.java)
  1. Sure, will try to do a standalone repro. Any suggestions on how I may do that and what’s required (code, stacktrace etc.)

An ideal reproduction is a github repository with a unit test demonstrating the broken behavior.

1 Like

Thanks. Will do.