refactor: target workflow engine runtime
This commit is contained in:
@@ -182,7 +182,7 @@ manifest = ModuleManifest(
|
|||||||
name="Calendar",
|
name="Calendar",
|
||||||
version="0.1.8",
|
version="0.1.8",
|
||||||
required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
|
required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
|
||||||
optional_dependencies=("mail", "tasks", "scheduling", "appointments", "workflow", "notifications", "dms", "connectors"),
|
optional_dependencies=("mail", "tasks", "scheduling", "appointments", "workflow_engine", "notifications", "dms", "connectors"),
|
||||||
provides_interfaces=(
|
provides_interfaces=(
|
||||||
ModuleInterfaceProvider(name="calendar.outbox", version="0.1.8"),
|
ModuleInterfaceProvider(name="calendar.outbox", version="0.1.8"),
|
||||||
ModuleInterfaceProvider(name="calendar.scheduling", version="0.1.8"),
|
ModuleInterfaceProvider(name="calendar.scheduling", version="0.1.8"),
|
||||||
|
|||||||
Reference in New Issue
Block a user