elsa-workflows / elsa-workflows/elsa-core
I have tested it just now, and it Not works correctly with the latest 3.2 preview (which is currently being built as 3.2.0-rc2 for deployment to NuGet).
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
I have tested it just now, and it not works correctly with the latest 3.2 preview (which is currently being built as 3.2.0-rc2 for deployment to NuGet).
I tested with this custom activity:
```csharp
public class MyVariableSetterActivity : CodeActivity
{
protected override void Execute(ActivityExecutionContext context)
{
context.SetVariable("Foo", "baz");
}
}
```
In my workflow, I defined a variable called `Foo` with a default value of `X`.
The workflow looks like this:
Since I am unable to reproduce the reported symptom in the latest version, I will close this bug. However, please feel free to reopen if you can provide a reproduction using the latest (preview) version.
_Originally posted by @sfmskywalker in https://github.com/elsa-workflows/elsa-core/issues/5653#issuecomment-2211292667_
Contributor guide
Assessment
This issue has not been assessed yet.