mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
Bugfix/AgentflowV2 State (#4512)
* add persistence state, http node variables, custom function flow state * update marketplace templates
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"data": {
|
||||
"id": "startAgentflow_0",
|
||||
"label": "Start",
|
||||
"version": 1,
|
||||
"version": 1.1,
|
||||
"name": "startAgentflow",
|
||||
"type": "Start",
|
||||
"color": "#7EE787",
|
||||
@@ -157,6 +157,15 @@
|
||||
],
|
||||
"id": "startAgentflow_0-input-startState-array",
|
||||
"display": true
|
||||
},
|
||||
{
|
||||
"label": "Persist State",
|
||||
"name": "startPersistState",
|
||||
"type": "boolean",
|
||||
"description": "Persist the state in the same session",
|
||||
"optional": true,
|
||||
"id": "startAgentflow_0-input-startPersistState-boolean",
|
||||
"display": true
|
||||
}
|
||||
],
|
||||
"inputAnchors": [],
|
||||
|
||||
Reference in New Issue
Block a user