vellum-workflow-server 1.3.2__py3-none-any.whl → 1.3.2.post1__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.
Potentially problematic release.
This version of vellum-workflow-server might be problematic. Click here for more details.
- {vellum_workflow_server-1.3.2.dist-info → vellum_workflow_server-1.3.2.post1.dist-info}/METADATA +1 -1
- {vellum_workflow_server-1.3.2.dist-info → vellum_workflow_server-1.3.2.post1.dist-info}/RECORD +5 -5
- workflow_server/core/executor.py +1 -0
- {vellum_workflow_server-1.3.2.dist-info → vellum_workflow_server-1.3.2.post1.dist-info}/WHEEL +0 -0
- {vellum_workflow_server-1.3.2.dist-info → vellum_workflow_server-1.3.2.post1.dist-info}/entry_points.txt +0 -0
{vellum_workflow_server-1.3.2.dist-info → vellum_workflow_server-1.3.2.post1.dist-info}/RECORD
RENAMED
|
@@ -12,7 +12,7 @@ workflow_server/config.py,sha256=DyTty8NrAwvtx-esM3KthnpsNh-nKdWNlovWQOgiGpg,141
|
|
|
12
12
|
workflow_server/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
workflow_server/core/cancel_workflow.py,sha256=Ffkc3mzmrdMEUcD-sHfEhX4IwVrka-E--SxKA1dUfIU,2185
|
|
14
14
|
workflow_server/core/events.py,sha256=24MA66DVQuaLJJcZrS8IL1Zq4Ohi9CoouKZ5VgoH3Cs,1402
|
|
15
|
-
workflow_server/core/executor.py,sha256=
|
|
15
|
+
workflow_server/core/executor.py,sha256=EC_AwqCgvjVuhbgceMEIN2fTe5R00ygEA0iW383kP9Q,18181
|
|
16
16
|
workflow_server/core/utils.py,sha256=lgzxkAEjEXPxGXXQlUYTYuCdHht-eDJJmHj5AhEb3_o,1500
|
|
17
17
|
workflow_server/core/workflow_executor_context.py,sha256=w3OhV_AXpgh7AxpjEsc0vo-IJypgJcgr5DXJCqGptOU,1587
|
|
18
18
|
workflow_server/server.py,sha256=QBU12AaAfAgLqfCDBd24qIJl_mbheiq0-hfcWV7rZM4,1234
|
|
@@ -28,7 +28,7 @@ workflow_server/utils/tests/test_sentry_integration.py,sha256=LGmWiaLhFrx-jslrRj
|
|
|
28
28
|
workflow_server/utils/tests/test_system_utils.py,sha256=_4GwXvVvU5BrATxUEWwQIPg0bzQXMWBtiBmjP8MTxJM,4314
|
|
29
29
|
workflow_server/utils/tests/test_utils.py,sha256=qwK5Rmy3RQyjtlUrYAuGuDlBeRzZKsf1yS-y2IpUizQ,6452
|
|
30
30
|
workflow_server/utils/utils.py,sha256=Wqqn-1l2ugkGgy5paWWdt0AVxAyPMQCYcnRSSOMjXlA,4355
|
|
31
|
-
vellum_workflow_server-1.3.2.dist-info/METADATA,sha256=
|
|
32
|
-
vellum_workflow_server-1.3.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
33
|
-
vellum_workflow_server-1.3.2.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
|
|
34
|
-
vellum_workflow_server-1.3.2.dist-info/RECORD,,
|
|
31
|
+
vellum_workflow_server-1.3.2.post1.dist-info/METADATA,sha256=8xI527ofEZSbeJ-uqCaC-dJCkBoHcNxJhfYSrCS-uuo,2273
|
|
32
|
+
vellum_workflow_server-1.3.2.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
33
|
+
vellum_workflow_server-1.3.2.post1.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
|
|
34
|
+
vellum_workflow_server-1.3.2.post1.dist-info/RECORD,,
|
workflow_server/core/executor.py
CHANGED
|
@@ -207,6 +207,7 @@ def stream_workflow(
|
|
|
207
207
|
event_filter=all_workflow_event_filter,
|
|
208
208
|
cancel_signal=cancel_signal,
|
|
209
209
|
entrypoint_nodes=[run_from_node] if run_from_node else None,
|
|
210
|
+
previous_execution_id=executor_context.previous_execution_id,
|
|
210
211
|
)
|
|
211
212
|
|
|
212
213
|
except Exception:
|
{vellum_workflow_server-1.3.2.dist-info → vellum_workflow_server-1.3.2.post1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|