It just run the one path, after it was done, another path started to run. Would you please help me to figure it out?
I tried to change the paramter in the .env file content below:
WORKFLOW_MAX_CONCURRENT_TASKS=5
Celery worker并发数
CELERYD_CONCURRENCY=4
工作流执行线程池大小(如支持)
WORKFLOW_EXECUTION_POOL_SIZE=3
