feat: add a abstract layer for WorkflowNodeExcetion (#18026)

This commit is contained in:
-LAN- 2025-04-17 12:48:52 +09:00 committed by GitHub
commit 6d9dd3109e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 807 additions and 251 deletions

View file

@ -744,6 +744,12 @@ MAX_VARIABLE_SIZE=204800
WORKFLOW_PARALLEL_DEPTH_LIMIT=3
WORKFLOW_FILE_UPLOAD_LIMIT=10
# Workflow storage configuration
# Options: rdbms, hybrid
# rdbms: Use only the relational database (default)
# hybrid: Save new data to object storage, read from both object storage and RDBMS
WORKFLOW_NODE_EXECUTION_STORAGE=rdbms
# HTTP request node in workflow configuration
HTTP_REQUEST_NODE_MAX_BINARY_SIZE=10485760
HTTP_REQUEST_NODE_MAX_TEXT_SIZE=1048576