Tsvetan Ivanov
Results
1
issues of
Tsvetan Ivanov
Hello, Using the [Decision Branches](https://workflow-core.readthedocs.io/en/latest/control-structures/#decision-branches) doesn't seem to work for nested branches. Example: ```csharp var branch3 = builder.CreateBranch() .StartWith() .Input(step => step.Message, data => "hi from 3") .Then() .Input(step =>...