From f18291d4a0fe1a6fccc7763bf2d21f87ce3e2c77 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 25 Feb 2025 16:12:21 -0500 Subject: Refactor analysis pipeline completion logic and add support for re-enabling analysis after an abort. --- plugins/warp/src/plugin/workflow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/src/plugin') diff --git a/plugins/warp/src/plugin/workflow.rs b/plugins/warp/src/plugin/workflow.rs index fbd50dc8..580b61ab 100644 --- a/plugins/warp/src/plugin/workflow.rs +++ b/plugins/warp/src/plugin/workflow.rs @@ -94,6 +94,6 @@ pub fn insert_workflow() { module_meta_workflow .register_activity(&matcher_activity) .unwrap(); - module_meta_workflow.insert("core.module.notifyCompletion", [MATCHER_ACTIVITY_NAME]); + module_meta_workflow.insert("core.module.deleteUnusedAutoFunctions", [MATCHER_ACTIVITY_NAME]); module_meta_workflow.register().unwrap(); } -- cgit v1.3.1