Variable Name | Data Type | Description | Notes |
---|---|---|---|
sys.files [LEGACY] | Array[File] | File parameter, stores images uploaded by users when initially using the application | Image upload feature needs to be enabled in the “Features” section at the top right of the application orchestration page |
sys.user_id | String | User ID, a unique identifier automatically assigned to each user when using the workflow application, used to distinguish different conversation users | |
sys.app_id | String | Application ID, a unique identifier assigned to each Workflow application by the system, used to distinguish different applications and record basic information of the current application | For users with development capabilities, this parameter can be used to differentiate and locate different Workflow applications |
sys.workflow_id | String | Workflow ID, used to record all node information contained in the current Workflow application | For users with development capabilities, this parameter can be used to track and record node information within the Workflow |
sys.workflow_run_id | String | Workflow application run ID, used to record the running status of the Workflow application | For users with development capabilities, this parameter can be used to track the application’s run history |
Variable Name | Data Type | Description | Notes |
---|---|---|---|
sys.query | String | The initial content input by the user in the dialogue box | |
sys.files | Array[File] | Images uploaded by the user in the dialogue box | Image upload feature needs to be enabled in the “Features” section at the top right of the application orchestration page |
sys.dialogue_count | Number | The number of dialogue turns during user interaction with the Chatflow application. Automatically increments by 1 after each turn. Can be used with if-else nodes to create rich branching logic. For example, at the Xth turn of dialogue, review the conversation history and provide analysis | |
sys.conversation_id | String | Unique identifier for the dialogue interaction session, grouping all related messages into the same conversation, ensuring the LLM continues the dialogue on the same topic and context | |
sys.user_id | String | Unique identifier assigned to each application user, used to distinguish different conversation users | |
sys.app_id | String | Application ID, a unique identifier assigned to each Workflow application by the system, used to distinguish different applications and record basic information of the current application | For users with development capabilities, this parameter can be used to differentiate and locate different Workflow applications |
sys.workflow_id | String | Workflow ID, used to record all node information contained in the current Workflow application | For users with development capabilities, this parameter can be used to track and record node information within the Workflow |
sys.workflow_run_id | String | Workflow application run ID, used to record the running status of the Workflow application | For users with development capabilities, this parameter can be used to track the application’s run history |