Skip to content

Commit 78ed565

Browse files
committed
Proto updates
1 parent abe4352 commit 78ed565

File tree

13 files changed

+223
-97
lines changed

13 files changed

+223
-97
lines changed

temporalio/bridge/proto/__init__.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
from .core_interface_pb2 import ActivityHeartbeat, ActivityTaskCompletion
1+
from .core_interface_pb2 import (
2+
ActivityHeartbeat,
3+
ActivitySlotInfo,
4+
ActivityTaskCompletion,
5+
LocalActivitySlotInfo,
6+
WorkflowSlotInfo,
7+
)
28

39
__all__ = [
410
"ActivityHeartbeat",
11+
"ActivitySlotInfo",
512
"ActivityTaskCompletion",
13+
"LocalActivitySlotInfo",
14+
"WorkflowSlotInfo",
615
]

temporalio/bridge/proto/activity_result/activity_result_pb2.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/proto/activity_task/activity_task_pb2.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/proto/child_workflow/child_workflow_pb2.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/proto/common/common_pb2.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/proto/core_interface_pb2.py

Lines changed: 46 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)