Fix duplicate n8n service call causing rate limit exception on workflow activation
Summary
This MR fixes an issue where the n8n service was being called twice when activating a workflow.
Problem
The duplicate API call was causing a "too many requests" exception due to unnecessary repeated requests.
Solution
- Removed the redundant call to the n8n service
- Ensured the workflow activation triggers only a single request