feat: add a abstract layer for WorkflowNodeExcetion (#18026)
This commit is contained in:
parent
77fde04ef7
commit
6d9dd3109e
24 changed files with 807 additions and 251 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue