refactor: target workflow engine runtime
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user