Brett

Results 8 issues of Brett

Hello Need some help on architecture/design I presume it's good practice is to read / write from/to workflow data and context only via the step's inputs/outputs... this is achievable for...

Consider the below 'pseudocode' of a modal which throws an exception during OnInitialized(). I'm unable to catch this exception in my (BUnit) unit tests. Any idea why not? The `reference.Result.Status`...

Bug
Needs: More Information

instead it opens in the normal browsing mode. This is inconvenient when you want to have separate settings

Hi @viktorshevchenko210 After #1079 is merged (release v3.7.0) `WorkflowCore.Persistence.MongoDB` does not allow stand alone MongoDb servers due to addition of transaction support. Issue in this file : `workflow-core/src/providers/WorkflowCore.Persistence.MongoDB/Services/MongoPersistenceProvider.cs` for method...

Don't ask me why I'm doing this (but the output needs to be escaped json) but when I do the following: ``` c# DynamicExpressionParser .ParseLambda(typeof(object), "\"{\\\"PropertyA\\\":\\\"\\\"}\"") .Compile() .DynamicInvoke() ``` The...

bug

I'm a bit confused about how to properly work with the new async disposable in 6.0.0 Before (

## Background and Motivation For outout caching its often useful to be able to create tags based on the response. This occurs where different requests all touch the same underlying...

api-suggestion
feature-output-caching
area-middleware

Hello Thanks for this great library. I have a question or feature suggestion for the queue's exception handling. I want to correlate the exception with a taskId, but the `IListener`...