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).

Open
#5,786 4 comments 0 reactions 0 assignees View on GitHub
triaged
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:

image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.