We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d197f23 commit b81b640Copy full SHA for b81b640
1 file changed
durabletask/worker.py
@@ -1419,6 +1419,10 @@ def _build_rewind_result(
1419
For failed sub-orchestrations, the ``subOrchestrationInstanceCreated``
1420
event is kept so the backend can identify which sub-orchestration
1421
instances to recursively rewind.
1422
+
1423
+ WARNING!!!:
1424
+ If any changes are made to how this method modifies the orchestration's history, then corresponding changes *must*
1425
+ be made in the backend implementations that rely on this method for executing a rewind.
1426
"""
1427
self._logger.info(
1428
f"{instance_id}: Orchestration {orchestration_name} is being rewound"
0 commit comments