Commit Graph

5 Commits

Author SHA1 Message Date
Git Admin f419194aa0 Revert to host networking + update workflow to use host IP
- OpenHands uses --network=host for runtime access
- n8n workflow updated to call 10.10.10.11:3000
- Removed complex dual-network approach
2025-11-30 18:47:14 +00:00
Git Admin 7e7d95d3dc Update workflow to use OpenHands IP 172.18.0.6 2025-11-30 18:24:35 +00:00
Git Admin 7a2b4a222c Replace SSH node with Execute Command node
- Removed SSH dependency (was failing with 'Not connected to server')
- Now uses Execute Command node to check file directly on host
- Updated Final Verification to parse executeCommand output
- Command checks for file and displays content or 'File not found'
2025-11-30 08:50:56 +00:00
Git Admin 04a47dc0ce Fix staticData error in workflow
- Remove dependency on $workflow.staticData which can be undefined
- Pass retry_count through workflow data instead
- Initialize retry_count in first node
- Retry Counter now reads from input data
2025-11-30 08:44:10 +00:00
Git Admin 91b278c937 Add workflow with file verification
- Added Initialize Workflow node to fix staticData.retries error
- Added SSH verification to check if hello.txt exists
- Added Final Verification node with clear success/failure message
- Workflow now verifies file creation end-to-end
2025-11-30 08:41:15 +00:00