File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<PackageLicenseUrl >https://github.com/danielgerlag/workflow-core/blob/master/LICENSE.md</PackageLicenseUrl >
5
5
<RepositoryType >git</RepositoryType >
6
6
<RepositoryUrl >https://github.com/danielgerlag/workflow-core.git</RepositoryUrl >
7
- <Version >3.9.0 </Version >
8
- <AssemblyVersion >3.9.0 .0</AssemblyVersion >
9
- <FileVersion >3.9.0 .0</FileVersion >
7
+ <Version >3.9.1 </Version >
8
+ <AssemblyVersion >3.9.1 .0</AssemblyVersion >
9
+ <FileVersion >3.9.1 .0</FileVersion >
10
10
<PackageIconUrl >https://github.com/danielgerlag/workflow-core/raw/master/src/logo.png</PackageIconUrl >
11
- <PackageVersion >3.9.0 </PackageVersion >
11
+ <PackageVersion >3.9.1 </PackageVersion >
12
12
</PropertyGroup >
13
13
</Project >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ internal static void Enrich(WorkflowStep workflowStep)
59
59
60
60
activity . DisplayName += $ " step { stepName } ";
61
61
activity . SetTag ( "workflow.step.id" , workflowStep . Id ) ;
62
- activity . SetTag ( "workflow.step.name" , workflowStep . Name ) ;
62
+ activity . SetTag ( "workflow.step.name" , stepName ) ;
63
63
activity . SetTag ( "workflow.step.type" , workflowStep . BodyType . Name ) ;
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments