File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ private async void Execute()
77
77
if ( activeTasks . ContainsKey ( item ) )
78
78
{
79
79
secondPasses . Add ( item ) ;
80
+ if ( ! EnableSecondPasses )
81
+ await QueueProvider . QueueWork ( item , Queue ) ;
80
82
continue ;
81
83
}
82
84
Original file line number Diff line number Diff line change 15
15
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
16
16
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
17
17
<Description >Workflow Core is a light weight workflow engine targeting .NET Standard.</Description >
18
- <Version >2.0.0 </Version >
19
- <AssemblyVersion >2.0.0 .0</AssemblyVersion >
20
- <FileVersion >2.0.0 .0</FileVersion >
18
+ <Version >2.0.1 </Version >
19
+ <AssemblyVersion >2.0.1 .0</AssemblyVersion >
20
+ <FileVersion >2.0.1 .0</FileVersion >
21
21
<PackageReleaseNotes ></PackageReleaseNotes >
22
22
<PackageIconUrl >https://github.com/danielgerlag/workflow-core/raw/master/src/logo.png</PackageIconUrl >
23
23
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments