File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
src/providers/WorkflowCore.Persistence.MongoDB Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,7 @@ static MongoPersistenceProvider()
64
64
x . MapProperty ( y => y . IsProcessed ) ;
65
65
} ) ;
66
66
67
- //BsonClassMap.RegisterClassMap<ExecutionError>(x =>
68
- //{
69
- // x.MapIdProperty(y => y.Id)
70
- // .SetIdGenerator(new StringObjectIdGenerator());
71
- // x.MapProperty(y => y.ErrorTime);
72
- // x.MapProperty(y => y.ExecutionPointerId);
73
- // x.MapProperty(y => y.Message);
74
- // x.MapProperty(y => y.WorkflowId);
75
- //});
67
+ BsonClassMap . RegisterClassMap < ControlPersistenceData > ( x => x . AutoMap ( ) ) ;
76
68
}
77
69
78
70
static bool indexesCreated = false ;
Original file line number Diff line number Diff line change 17
17
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
18
18
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
19
19
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
20
- <Version >1.6.2 </Version >
20
+ <Version >1.6.3 </Version >
21
21
<Description >Provides support to persist workflows running on Workflow Core to a MongoDB database.</Description >
22
- <AssemblyVersion >1.6.2 .0</AssemblyVersion >
23
- <FileVersion >1.6.2 .0</FileVersion >
22
+ <AssemblyVersion >1.6.3 .0</AssemblyVersion >
23
+ <FileVersion >1.6.3 .0</FileVersion >
24
24
</PropertyGroup >
25
25
26
26
<ItemGroup >
You can’t perform that action at this time.
0 commit comments