build: integrate workflow engine repository
Dependency Audit / dependency-audit (push) Successful in 2m26s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 10m0s

This commit is contained in:
2026-07-31 16:59:08 +02:00
parent 186aa104ce
commit efd734fad2
12 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ def reconcile_runtime_environment(
"ENABLED_MODULES": ",".join(spec.enabled_modules),
"CELERY_ENABLED": "true" if redis.mode != "disabled" else "false",
"CELERY_QUEUES": (
"send_email,append_sent,notifications,calendar,dataflow,events,default"
"send_email,append_sent,notifications,calendar,dataflow,workflow,events,default"
),
"CORS_ORIGINS": spec.public_url,
"GOVOPLAN_TRUSTED_HOSTS": public.hostname or "",
@@ -50,6 +50,7 @@ FULL_MODULES = (
"connectors",
"datasources",
"dataflow",
"workflow_engine",
"workflow",
"views",
"search",