Skip to content

Commit a98f62a

Browse files
committed
poe gen-protos
1 parent ac29eae commit a98f62a

File tree

11 files changed

+111
-96
lines changed

11 files changed

+111
-96
lines changed

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: 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/external_data/external_data_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/workflow_activation/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CancelWorkflow,
33
DoUpdate,
44
FireTimer,
5+
InitializeWorkflow,
56
NotifyHasPatch,
67
QueryWorkflow,
78
RemoveFromCache,
@@ -14,7 +15,6 @@
1415
ResolveRequestCancelExternalWorkflow,
1516
ResolveSignalExternalWorkflow,
1617
SignalWorkflow,
17-
StartWorkflow,
1818
UpdateRandomSeed,
1919
WorkflowActivation,
2020
WorkflowActivationJob,
@@ -24,6 +24,7 @@
2424
"CancelWorkflow",
2525
"DoUpdate",
2626
"FireTimer",
27+
"InitializeWorkflow",
2728
"NotifyHasPatch",
2829
"QueryWorkflow",
2930
"RemoveFromCache",
@@ -36,7 +37,6 @@
3637
"ResolveRequestCancelExternalWorkflow",
3738
"ResolveSignalExternalWorkflow",
3839
"SignalWorkflow",
39-
"StartWorkflow",
4040
"UpdateRandomSeed",
4141
"WorkflowActivation",
4242
"WorkflowActivationJob",

0 commit comments

Comments
 (0)