Nected Docs
Try Nected For Free
  • 5 min QuickStart Guide
  • Getting Started
    • Introduction
    • Core Concepts
    • Use Cases
    • Tech Architecture
    • FAQs
  • INTEGRATIONS
    • Overview
    • Integrations Libraries
      • PostGres
      • MySQL
      • Oracle
      • MS SQL Server
      • Snowflake
      • MongoDB
      • RedShift
      • REST API
      • Google Sheets
      • Slack
    • Managing Integrations
  • DATASETS
    • Overview
    • Managing Dataset
  • Rules
    • Overview
    • Rule Types
      • SimpleRule
      • DecisionTable
      • Ruleset
      • Rule Chain
      • Decision Tree
    • Rule Conditions
    • Rule Actions
    • Concepts
      • Rule Result
      • Test & Publish Rules
    • Add Input Attributes
      • JSON Input Attributes
      • List Input Attributes
  • Triggers
    • Trigger Rule via API
    • Trigger Rule via WebHook
    • Trigger Workflow via API
    • Trigger Workflow via WebHook
    • Scheduler
    • Response Format
  • Workflow
    • Overview
    • Managing Workflow
    • Add Node
      • Trigger Node
      • Action Nodes
        • Rule Node
        • Workflow Node
        • Custom Code Node
        • Database Node
        • REST API Node
      • Control Nodes
        • Loop Node
        • Delay Node
        • Response Node
        • Set Variables Node
        • Switch Block
        • Parallel API
    • Test & Publish Workflows
  • CODE AND DATABASE QUERIES
    • JavaScript Editor
    • Formula Editor
    • JSON Editor
    • List Editor
    • Excel-like Function
  • Embedded System
    • White-Labelling
    • Embeddable View
  • Self Hosting
    • Overview
    • Infrastructure Sizing
    • New Installation
      • Docker
      • Kubernetes
        • Set Up Kubernetes Cluster on AWS EKS
    • Additional Configuration
      • High Availability
      • Email Setup Guide
    • Upgrade Nected Version
  • Security
    • API Authentication
      • OAuth as part of Authentication under REST API
    • Role Based Access Control (RBAC)
    • SOC 2 Type 2, GDPR, ISO Compliance
  • Audit
    • Audit Trail
    • Approval Flow
    • Version Control & Rollback
    • Import/Export
  • Management API
    • Audit Log API
    • Global Variable API
  • References
    • Attribute Library
    • Global Variables
    • Limits
    • Pre-Configured Tokens
    • Pre-Configured Operators
    • NULL Value Handling/Behavior
    • Troubleshooting Errors
      • Multiple Tabs/Users Edits
      • Limits in Nected
    • Allowed Status Combinations
    • Environments
    • Usage Widget
    • Gen AI
  • ACCOUNT SETTINGS
    • Workspace Setting
      • Date Format and Timezone Settings
Powered by GitBook
On this page
  • Cloud Package Limits
  • Rule Engine Limits
  • Workflow Limits
  • Data Size Limits
  • Batch Processing Limits
  • Timeout Limits
  • Notes
  1. References

Limits

This document outlines the various limits and constraints within the Nected platform across different components and operations.

Cloud Package Limits

The following limits apply to different Nected cloud packages:

Feature
Starter
Professional
Business
Enterprise

Monthly Invocations

10,000

100,000

500,000

Custom

Rules/Workflows

50

200

500

Unlimited

Team Members

3

10

25

Unlimited

Environments

2

3

5

Custom

Support

Community

Email

Priority

Dedicated

SLA

-

99.5%

99.9%

99.99%

API Rate Limit

100/min

500/min

1000/min

Custom

Data Retention

30 days

90 days

365 days

Custom

Note: For cloud usage, if you need to increase any limits beyond your current package, please get in touch with our support team at assist@nected.ai to extend the limits according to your requirements.

Rule Engine Limits

Limit
Default Value
Description

Max Rules in Rule Set

50

Maximum number of rules allowed in a single rule set (upgradable)

Max Rules in Bulk Operation

50

Maximum number of rules that can be processed in bulk (upgradable)

Max Rows in Decision Table

100

Maximum number of rows allowed in a decision table (upgradable)

Max Switcher Paths

10

Maximum number of paths in a switcher configuration (upgradable)

Workflow Limits

Limit
Default Value
Description

Max Nected Workflow Counter

3

Maximum counter value for nested workflows (upgradable)

Max Nodes in Workflow

50

Maximum number of nodes allowed in a single workflow (upgradable)

Max Loop Size in Node

50

Maximum loop iterations in a workflow node (upgradable)

Max Loop Size in Node (Async)

500

Maximum loop iterations in asynchronous workflow nodes (upgradable)

Max Loop Iteration Limit

100

Overall maximum loop iteration limit (upgradable)

Data Size Limits

Limit
Default Value
Description

Max Rule Input Size

1 MB

Maximum size of input data for rules (upgradable)

Max Workflow Input Size

1 MB

Maximum size of input data for workflows (upgradable)

Max Rule Output Size

2 MB

Maximum size of output data from rules (upgradable)

Max Workflow Output Size

2 MB

Maximum size of output data from workflows (upgradable)

Max Dataset Output Size

1 MB

Maximum size of dataset output (upgradable)

Max Action Output Size

1 MB

Maximum size of action output (upgradable)

Max REST API Output Size

1 MB

Maximum size of REST API response (upgradable)

Max JavaScript Output Size

1 MB

Maximum size of JavaScript execution output (upgradable)

Max Workflow Memory Size

5 MB

Maximum memory allocation for workflow execution (upgradable)

Max Audit Log I/O Size

100 KB

Maximum size of audit log input/output data (upgradable)

Max Entity Cache Size

512 KB

Maximum size of entity cache (upgradable)

Batch Processing Limits

Limit
Default Value
Description

Max Cron Batch Size

1,000

Maximum number of items in a cron batch (upgradable)

Max Cron Data Size

100,000

Maximum data size for cron operations (upgradable)

Timeout Limits

Limit
Default Value
Description

Max Workflow Task Timeout

10 seconds

Maximum execution time for workflow tasks (upgradable)

MongoDB Server Selection Timeout

2 seconds

Timeout for MongoDB server selection (upgradable)

Notes

  • All limits shown are default values that can be upgraded based on your plan

  • Memory sizes are displayed in user-friendly units (MB, KB)

  • Exceeding these limits may result in operation failures or timeouts

Cloud Deployment

For cloud usage, if you need to increase any limits beyond your current package, please contact our support team to extend the limits according to your requirements.

Self-Hosted Deployment

For self-hosted deployments, you can modify these limits by updating the configuration in the nectedconfig/ environment files according to your infrastructure requirements.

PreviousGlobal VariablesNextPre-Configured Tokens

Last updated 15 hours ago