Daniel Gerlag

Results 114 comments of Daniel Gerlag
trafficstars

Thank you for this contribution. This is really great. Could you please add some test coverage for this scenario to the `StoredJsonScenario` integration test? https://github.com/danielgerlag/workflow-core/blob/master/test/WorkflowCore.IntegrationTests/Scenarios/StoredJsonScenario.cs

In order to make my scenario work, I had to create an alternative implementation of the pubsub client that allows the trace headers to be set.

Apologies for the slow movement. I will get a release done in the next few days, and see if there are any other PRs that could be included.

It should terminate the workflow, but I don't think the unhandled exception would bubble up to the caller that started the workflow, you'd need to inspect the state of the...