Add workplan execution queue
This commit is contained in:
parent
0ea46f081c
commit
d4dea7864d
13 changed files with 1022 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ from api.models.tpsc import TPSCCatalog, TPSCSnapshot, TPSCEntry
|
|||
from api.models.doi_cache import DOICache
|
||||
from api.models.token_event import TokenEvent
|
||||
from api.models.interface_change import InterfaceChange
|
||||
from api.models.workplan_launch_request import WorkplanLaunchRequest
|
||||
|
||||
__all__ = [
|
||||
"Base",
|
||||
|
|
@ -46,4 +47,5 @@ __all__ = [
|
|||
"DOICache",
|
||||
"TokenEvent",
|
||||
"InterfaceChange",
|
||||
"WorkplanLaunchRequest",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue