{ "id": "93", "name": "Create, update, and get activity in Strava", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 270, 340 ], "parameters": {}, "typeVersion": 1, "id": "d71d17f2-3535-49b2-bdc7-710e407563d3", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Strava", "type": "n8n-nodes-base.strava", "position": [ 470, 340 ], "parameters": { "name": "Morning Run", "type": "Run", "startDate": "2020-10-01T18:30:00.000Z", "elapsedTime": 3600, "additionalFields": { "distance": 1000 } }, "credentials": { "stravaOAuth2Api": "strava" }, "typeVersion": 1, "id": "8af9bab5-6a5d-4818-af12-85536efc80a6", "notes": "This strava node performs automated tasks as part of the workflow." }, { "name": "Strava1", "type": "n8n-nodes-base.strava", "position": [ 670, 340 ], "parameters": { "operation": "update", "activityId": "={{$node[\"Strava\"].json[\"id\"]}}", "updateFields": { "description": "Morning run in the park" } }, "credentials": { "stravaOAuth2Api": "strava" }, "typeVersion": 1, "id": "ffd210ef-8420-4127-b581-5765fca755d3", "notes": "This strava node performs automated tasks as part of the workflow." }, { "name": "Strava2", "type": "n8n-nodes-base.strava", "position": [ 870, 340 ], "parameters": { "operation": "get", "activityId": "={{$node[\"Strava\"].json[\"id\"]}}" }, "credentials": { "stravaOAuth2Api": "strava" }, "typeVersion": 1, "id": "b8f2a11f-0ba7-429f-a346-daf29d4fc7c4", "notes": "This strava node performs automated tasks as part of the workflow." }, { "id": "error-aaedfa42", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Create, update, and get activity in Strava. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-17cf8df9", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.763360", "updatedAt": "2025-09-29T07:07:49.763368", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Create, update, and get activity in Strava. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }