refactor: target workflow engine runtime

This commit is contained in:
2026-07-31 16:59:22 +02:00
parent 96f42d09f8
commit 5d74f061b0
+2 -2
View File
@@ -54,7 +54,7 @@ DOCUMENTATION = (
layer="available", layer="available",
documentation_types=("admin", "user"), documentation_types=("admin", "user"),
audience=("operator", "module_admin", "product_owner"), audience=("operator", "module_admin", "product_owner"),
related_modules=("addresses", "campaigns", "mail", "postbox", "notifications", "scheduling", "poll", "workflow", "tasks"), related_modules=("addresses", "campaigns", "mail", "postbox", "notifications", "scheduling", "poll", "workflow_engine", "tasks"),
metadata={"seed": True}, metadata={"seed": True},
), ),
) )
@@ -76,7 +76,7 @@ manifest = ModuleManifest(
"notifications", "notifications",
"scheduling", "scheduling",
"poll", "poll",
"workflow", "workflow_engine",
"tasks", "tasks",
), ),
optional_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),