Implemented durable workflow/job foundation
This commit is contained in:
parent
43c06d6024
commit
3b5f96e159
12 changed files with 2091 additions and 9 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue