Frequently Asked Questions
Q1: When creating an instance using a template, I encounter the error "AGENT-ERR-0: Instance quota exceeded, Agent type: langflow, Instance count: 10, Quota: 10". How to resolve this?
A1: Please try deleting unnecessary workflow instances to free up quota.
Steps:
- Go to Instance Plaza
- Find the relevant workflow instance and click the three dots on the right
- Select Delete Instance
- Confirm the deletion operation to free up quota.
Q2: In Agentic Assistant, when creating an instance, it shows "Quota has been used up". How to resolve this?
A2: Please try deleting unnecessary instances to free up quota.
Steps:
- Go to Instance Plaza
- Find the workflow instance you want to delete and click the three dots on the right
- Select Delete Instance
- Confirm the deletion operation to free up quota.
Q3: Flow type agent reports error "Module langflow.base.models.csghub_constants not found". How to resolve this?
A3: This issue usually occurs because the system has upgraded Langflow underlying components (such as CSGHub-related modules), causing compatibility issues with Flows created in older versions. Flows created by new users from templates are not affected.
Solutions (two methods):
Method 1: Update existing components (recommended)
- Enter the editing page of the Flow.
- Find the node that needs to be updated (there is usually an update indicator).
- Click the Update button of the node.
- Re-select the model configuration.
- Save and redeploy.
Method 2: Recreate
- Create a new identical Flow from the template.
- Adjust the configuration as needed.
- After saving and deploying, replace the old version.
Q4: Code type agent reports error "No factory found for agent 'oNU8p6o5LyDRDViKDxndm-_nRu7I.Generic_Code_Agent_0131_v1_0'". How to resolve this?
A4: This issue occurs because the system has upgraded the code type agent server, causing registration information to be cleared. You need to re-register the code agent.
Solution:
- Click Edit Instance to jump to the space page.
- Click the Restart button.
- Wait for the space to restart and complete automatic registration.
Q5: What is the maximum number of automated tasks a user can create?
A5: To prevent system resource abuse and ensure task execution stability, the system limits the number of scheduled tasks users can create.
Creation Quantity Limit
Each user can create a maximum of: 5 scheduled tasks
Includes: Enabled tasks + Disabled tasks
That is: As long as the task still exists in the "Scheduled" list, it counts towards the quantity limit.
Limit Trigger Rules
When a user has created 5 scheduled tasks:
- The "New Schedule Plan" button remains clickable
- Clicking it will not enter the creation popup
- The system displays a prompt message
Prompt Information
Prompt Title: Scheduled Task Creation Limit Reached
Prompt Description: You have currently created 5 scheduled tasks, reaching the creation limit, and cannot create new scheduled tasks temporarily. Please delete unused scheduled tasks first, and you can continue creating after releasing the quota.
Help Link: How to release scheduled task creation quota? Clicking will jump to the relevant help documentation.
Quota Release Rules
Users can release creation quota in the following ways:
- Delete Task: Delete any scheduled task
After deletion: Creation quota is immediately released, and users can continue creating new scheduled tasks.