Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Feb 14, 2024
2 parents 38529a6 + 9930a16 commit 04ccdc1
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 04ccdc1

Please sign in to comment.