refactor: target workflow engine runtime
This commit is contained in:
@@ -54,7 +54,7 @@ DOCUMENTATION = (
|
||||
layer="available",
|
||||
documentation_types=("admin", "user"),
|
||||
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},
|
||||
),
|
||||
)
|
||||
@@ -76,7 +76,7 @@ manifest = ModuleManifest(
|
||||
"notifications",
|
||||
"scheduling",
|
||||
"poll",
|
||||
"workflow",
|
||||
"workflow_engine",
|
||||
"tasks",
|
||||
),
|
||||
optional_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
|
||||
|
||||
Reference in New Issue
Block a user