Skip to content

Commit

Permalink
fix: exposed HangfireWorkflowManifestJobFilter to DI
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Nov 27, 2023
1 parent 6292a0b commit 73d2afd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static IServiceCollection AddWorkflowEngine<TOutputsRepository>(this ISer

services.AddTransient<IWorkflowAccessor, DefaultWorkflowAccessor>();
services.AddTransient<IHangfireActionExecutorResultInspector, DefaultHangfireActionExecutorResultInspector>();
services.AddTransient<HangfireWorkflowManifestJobFilter>();

return services;
}
Expand Down

0 comments on commit 73d2afd

Please sign in to comment.