orchestrator-core 3.2.2__py3-none-any.whl → 3.2.3__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/services/processes.py +1 -1
- {orchestrator_core-3.2.2.dist-info → orchestrator_core-3.2.3.dist-info}/METADATA +1 -1
- {orchestrator_core-3.2.2.dist-info → orchestrator_core-3.2.3.dist-info}/RECORD +6 -6
- {orchestrator_core-3.2.2.dist-info → orchestrator_core-3.2.3.dist-info}/WHEEL +0 -0
- {orchestrator_core-3.2.2.dist-info → orchestrator_core-3.2.3.dist-info}/licenses/LICENSE +0 -0
orchestrator/__init__.py
CHANGED
|
@@ -682,7 +682,7 @@ def update_awaiting_process_progress(
|
|
|
682
682
|
ensure_correct_callback_token(pstat, token=token)
|
|
683
683
|
|
|
684
684
|
state = pstat.state.unwrap()
|
|
685
|
-
progress_key =
|
|
685
|
+
progress_key = DEFAULT_CALLBACK_PROGRESS_KEY
|
|
686
686
|
state = {**state, progress_key: data} | {"__remove_keys": [progress_key]}
|
|
687
687
|
|
|
688
688
|
replace_current_step_state(process, new_state=state)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
orchestrator/__init__.py,sha256=
|
|
1
|
+
orchestrator/__init__.py,sha256=SAG1EbiZw8m_0wbefpfPXZ_rYgoIoLssZr_HdgxQShI,1063
|
|
2
2
|
orchestrator/app.py,sha256=VN54_Zsx5x_3ym8aFadATg67a4J5lv8H-pxnPlR3RkM,11668
|
|
3
3
|
orchestrator/exception_handlers.py,sha256=UsW3dw8q0QQlNLcV359bIotah8DYjMsj2Ts1LfX4ClY,1268
|
|
4
4
|
orchestrator/log_config.py,sha256=1tPRX5q65e57a6a_zEii_PFK8SzWT0mnA5w2sKg4hh8,1853
|
|
@@ -257,7 +257,7 @@ orchestrator/services/celery.py,sha256=W37UNc4hbUS2SKjVmawsnF5wukmEfIdipsTESv_EO
|
|
|
257
257
|
orchestrator/services/fixed_inputs.py,sha256=kyz7s2HLzyDulvcq-ZqefTw1om86COvyvTjz0_5CmgI,876
|
|
258
258
|
orchestrator/services/input_state.py,sha256=HF7wl9fWdaAW8pdCCqbuYoKyNj8dY0g8Ff8vXis8z5A,2211
|
|
259
259
|
orchestrator/services/process_broadcast_thread.py,sha256=D44YbjF8mRqGuznkRUV4SoRn1J0lfy_x1H508GnSVlU,4649
|
|
260
|
-
orchestrator/services/processes.py,sha256=
|
|
260
|
+
orchestrator/services/processes.py,sha256=JXVa9E3NtcuFlUggK3LhjHilSAlF-4kTyCCHROakAJA,30554
|
|
261
261
|
orchestrator/services/products.py,sha256=BP4KyE8zO-8z7Trrs5T6zKBOw53S9BfBJnHWI3p6u5Y,1943
|
|
262
262
|
orchestrator/services/resource_types.py,sha256=_QBy_JOW_X3aSTqH0CuLrq4zBJL0p7Q-UDJUcuK2_qc,884
|
|
263
263
|
orchestrator/services/settings.py,sha256=u-834F4KWloXS8zi7R9mp-D3cjl-rbVjKJRU35IqhXo,2723
|
|
@@ -300,7 +300,7 @@ orchestrator/workflows/tasks/resume_workflows.py,sha256=MzJqlSXUvKStkT7NGzxZyRlf
|
|
|
300
300
|
orchestrator/workflows/tasks/validate_product_type.py,sha256=UVX_6Kh8ueQs8ujLawnKVDdNc8UhWp_u69aNA8okR_w,3184
|
|
301
301
|
orchestrator/workflows/tasks/validate_products.py,sha256=i6jQME9N8sZZWo4pkNOS1Zgwh3eB2w66DnJi9k93yNk,8521
|
|
302
302
|
orchestrator/workflows/translations/en-GB.json,sha256=ST53HxkphFLTMjFHonykDBOZ7-P_KxksktZU3GbxLt0,846
|
|
303
|
-
orchestrator_core-3.2.
|
|
304
|
-
orchestrator_core-3.2.
|
|
305
|
-
orchestrator_core-3.2.
|
|
306
|
-
orchestrator_core-3.2.
|
|
303
|
+
orchestrator_core-3.2.3.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
|
|
304
|
+
orchestrator_core-3.2.3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
305
|
+
orchestrator_core-3.2.3.dist-info/METADATA,sha256=AzahqbZrlKJSQnVOq21UaeGImMLI-62j2UI52TGS0eE,5029
|
|
306
|
+
orchestrator_core-3.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|