We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b836d2 commit db59516Copy full SHA for db59516
node.json
@@ -1,12 +1,13 @@
1
{
2
"node_id": "lfx-runtime-executor-node",
3
- "name": "Langflow Executor Node",
+ "name": "LFX Runtime Executor Node",
4
"description": "Langflow Runtime Component Executor Node - Executes Langflow components in isolated environments",
5
"version": "1.0.0",
6
"api_url": "http://localhost:8000",
7
"ip_address": "0.0.0.0",
8
- "docker_image": "droq/langflow-executor:v1",
+ "docker_image": "droqai/lfx-runtime-executor-node",
9
"deployment_location": "local",
10
+ "category": "Langflow",
11
"status": "active",
12
"author": "Langflow",
13
"created_at": "2025-11-23T00:00:00Z",
0 commit comments