generated from coulomb/repo-seed
Implemented durable workflow/job foundation
This commit is contained in:
@@ -32,6 +32,7 @@ from .transformation_service import (
|
||||
TransformationService,
|
||||
default_transformation_registry,
|
||||
)
|
||||
from .workflow_service import WorkflowInvocation, WorkflowRunResult, WorkflowService
|
||||
|
||||
__all__ = [
|
||||
"AssetChangeResult",
|
||||
@@ -60,5 +61,8 @@ __all__ = [
|
||||
"TransformationRequest",
|
||||
"TransformationRunResult",
|
||||
"TransformationService",
|
||||
"WorkflowInvocation",
|
||||
"WorkflowRunResult",
|
||||
"WorkflowService",
|
||||
"default_transformation_registry",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user