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

@ -424,6 +424,12 @@ WORKFLOW_CALL_MAX_DEPTH=5
WORKFLOW_PARALLEL_DEPTH_LIMIT=3
MAX_VARIABLE_SIZE=204800
# 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
# App configuration
APP_MAX_EXECUTION_TIME=1200
APP_MAX_ACTIVE_REQUESTS=0