Skip to content

Commit 9859486

Browse files
committed
Merge
1 parent 574ab0c commit 9859486

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

temporalio/bridge/sdk-core

temporalio/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,4 +1233,6 @@ def _type_hints_from_func(
12331233

12341234

12351235
class WorkflowLogicFlag(IntEnum):
1236+
"""Flags that may be set on task/activation completion to differentiate new from old workflow behavior."""
1237+
12361238
RAISE_ON_CANCELLING_COMPLETED_ACTIVITY = 1

0 commit comments

Comments
 (0)