build: integrate workflow engine repository
This commit is contained in:
@@ -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 "",
|
||||
|
||||
Reference in New Issue
Block a user