feat: add governed service workflow launcher
This commit is contained in:
@@ -8,6 +8,9 @@ from govoplan_workflow_engine.backend.manifest import (
|
||||
INSTANCE_START_SCOPE,
|
||||
get_manifest,
|
||||
)
|
||||
from govoplan_workflow_engine.backend.service_launcher import (
|
||||
CAPABILITY_WORKFLOW_SERVICE_LAUNCHER,
|
||||
)
|
||||
from govoplan_core.core.workflows import (
|
||||
CAPABILITY_WORKFLOW_RUNTIME_WORKER,
|
||||
)
|
||||
@@ -43,6 +46,10 @@ class WorkflowManifestTests(unittest.TestCase):
|
||||
CAPABILITY_WORKFLOW_RUNTIME_WORKER,
|
||||
manifest.capability_factories,
|
||||
)
|
||||
self.assertIn(
|
||||
CAPABILITY_WORKFLOW_SERVICE_LAUNCHER,
|
||||
manifest.capability_factories,
|
||||
)
|
||||
self.assertIsNone(manifest.frontend)
|
||||
self.assertEqual((), manifest.nav_items)
|
||||
self.assertIsNotNone(manifest.migration_spec)
|
||||
|
||||
Reference in New Issue
Block a user