diff options
| author | Brian Potchik <brian@vector35.com> | 2025-02-25 16:12:21 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-02-25 16:12:21 -0500 |
| commit | f18291d4a0fe1a6fccc7763bf2d21f87ce3e2c77 (patch) | |
| tree | 7a967c35cf2a134ab74087081cc03eb0b79e698e /plugins/warp/src/plugin | |
| parent | b35c5776891075c6c67a8adcb19048baf87de38f (diff) | |
Refactor analysis pipeline completion logic and add support for re-enabling analysis after an abort.
Diffstat (limited to 'plugins/warp/src/plugin')
| -rw-r--r-- | plugins/warp/src/plugin/workflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
