Files
dify/api/core/workflow/variable_prefixes.py
-LAN- 542ab77efb fix(workflow): migrate sys files to userinput files
Rewrite legacy workflow graph references to userinput.files instead of creating generated Start variables.

Restore the built-in userinput.files Start panel variable and expose system file inputs through the userinput runtime alias.

Map legacy Service API file payloads onto the new input selector while keeping migration warnings.
2026-05-11 19:34:36 +08:00

6 lines
196 B
Python

SYSTEM_VARIABLE_NODE_ID = "sys"
USER_INPUT_VARIABLE_NODE_ID = "userinput"
ENVIRONMENT_VARIABLE_NODE_ID = "env"
CONVERSATION_VARIABLE_NODE_ID = "conversation"
RAG_PIPELINE_VARIABLE_NODE_ID = "rag"