orchestrator-core 4.5.1__py3-none-any.whl → 4.5.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- orchestrator/__init__.py +1 -1
- orchestrator/workflows/tasks/validate_products.py +1 -1
- {orchestrator_core-4.5.1.dist-info → orchestrator_core-4.5.2.dist-info}/METADATA +1 -1
- {orchestrator_core-4.5.1.dist-info → orchestrator_core-4.5.2.dist-info}/RECORD +6 -6
- {orchestrator_core-4.5.1.dist-info → orchestrator_core-4.5.2.dist-info}/WHEEL +0 -0
- {orchestrator_core-4.5.1.dist-info → orchestrator_core-4.5.2.dist-info}/licenses/LICENSE +0 -0
orchestrator/__init__.py
CHANGED
|
@@ -105,7 +105,7 @@ def check_that_products_have_create_modify_and_terminate_workflows() -> State:
|
|
|
105
105
|
product_data = get_products(filters=[ProductTable.status == "active"])
|
|
106
106
|
|
|
107
107
|
workflows_not_complete: list = []
|
|
108
|
-
targets = ["CREATE", "TERMINATE", "MODIFY", "
|
|
108
|
+
targets = ["CREATE", "TERMINATE", "MODIFY", "VALIDATE"]
|
|
109
109
|
for product in product_data:
|
|
110
110
|
workflows = {c.target for c in product.workflows if c.target in targets and c.name != "modify_note"}
|
|
111
111
|
if len(workflows) < len(targets):
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
orchestrator/__init__.py,sha256=
|
|
1
|
+
orchestrator/__init__.py,sha256=ATXxmPF6EMrPPe6JRzJw-Z59vyaVvCZj37edkpNC79M,1447
|
|
2
2
|
orchestrator/agentic_app.py,sha256=op7osw7KJRww90iYuWBt_bB5qI-sAkpG0fyr0liubQw,3968
|
|
3
3
|
orchestrator/app.py,sha256=UPKQuDpg8MWNC6r3SRRbp6l9RBzwb00IMIaGRk-jbCU,13203
|
|
4
4
|
orchestrator/exception_handlers.py,sha256=UsW3dw8q0QQlNLcV359bIotah8DYjMsj2Ts1LfX4ClY,1268
|
|
@@ -367,9 +367,9 @@ orchestrator/workflows/tasks/__init__.py,sha256=GyHNfEFCGKQwRiN6rQmvSRH2iYX7npjM
|
|
|
367
367
|
orchestrator/workflows/tasks/cleanup_tasks_log.py,sha256=BfWYbPXhnLAHUJ0mlODDnjZnQQAvKCZJDVTwbwOWI04,1624
|
|
368
368
|
orchestrator/workflows/tasks/resume_workflows.py,sha256=T3iobSJjVgiupe0rClD34kUZ7KF4pL5yK2AVeRLZog8,4313
|
|
369
369
|
orchestrator/workflows/tasks/validate_product_type.py,sha256=paG-NAY1bdde3Adt8zItkcBKf5Pxw6f5ngGW6an6dYU,3192
|
|
370
|
-
orchestrator/workflows/tasks/validate_products.py,sha256=
|
|
370
|
+
orchestrator/workflows/tasks/validate_products.py,sha256=GZJBoFF-WMphS7ghMs2-gqvV2iL1F0POhk0uSNt93n0,8510
|
|
371
371
|
orchestrator/workflows/translations/en-GB.json,sha256=ST53HxkphFLTMjFHonykDBOZ7-P_KxksktZU3GbxLt0,846
|
|
372
|
-
orchestrator_core-4.5.
|
|
373
|
-
orchestrator_core-4.5.
|
|
374
|
-
orchestrator_core-4.5.
|
|
375
|
-
orchestrator_core-4.5.
|
|
372
|
+
orchestrator_core-4.5.2.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
|
|
373
|
+
orchestrator_core-4.5.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
374
|
+
orchestrator_core-4.5.2.dist-info/METADATA,sha256=URRtOdwynUFDE0ETCIGy36jc8N2DOJCHY-TqL99cVGA,6250
|
|
375
|
+
orchestrator_core-4.5.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|