You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -p 8000:8000 langflow-executor-node:latest
53
+
docker run -p 8000:8000 lfx-runtime-executor-node:latest
55
54
```
56
55
57
56
## API Endpoints
@@ -107,15 +106,15 @@ Service information.
107
106
108
107
## Integration with Main Backend
109
108
110
-
The main Langflow backend calls this executor node from `Component._get_output_result()` when components need to execute. All components are now routed to the executor by default.
109
+
The main droqflow backend calls this executor node from `Component._get_output_result()` when components need to execute. All components are now routed to the executor by default.
111
110
112
111
## Docker Build
113
112
114
113
The Dockerfile is designed to be built from the repository root:
0 commit comments