Registry based Poller to return Signal response after the first step.#186
Registry based Poller to return Signal response after the first step.#186gruggiero wants to merge 2 commits intobusiness4s:mainfrom
Conversation
It's meant to be used together with withSingleStepEvaluation. A test and a minimal example has been added.
|
Hey, thanks a lot for this! The code looks good but before going forward I have to think a bit how it fits into the bigger picture.
It might take me some time but I will eventually get back with some answers. Thanks again :) |
|
Yes, I see your points and I agree. A user willing to use this feature needs to know that the workflow needs to run without a knocker upper as shown in the example, but this is not intuitive nor documented. I've opened this to show a possible solution, take your time to decide what's best to do with it, no worries :) In the mean time I'll keep you posted on how it works in our develop environment where is going to be tested and I'll think if it's possible to add this behaviour to the existing knocker. Thank you |
|
I started looking into reconciling it with That being said, it probably invalidates the idea of treating it as knocker upper, as the trigger is different (doesnt have anything to do with timers). I will have to think more about it. |
It's meant to be used together with withSingleStepEvaluation.
A test and a minimal example has been added.