Skip to content

Commit 8a003ec

Browse files
authored
Update core env vars (#964)
* Upgrade core * rename env_vars argument to override_env_vars, update corresponding comments * gen protos * add missing grpc call
1 parent 2443c50 commit 8a003ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2418
-982
lines changed

temporalio/api/batch/v1/message_pb2.py

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

temporalio/api/batch/v1/message_pb2.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ class BatchOperationReset(google.protobuf.message.Message):
219219
def options(self) -> temporalio.api.common.v1.message_pb2.ResetOptions:
220220
"""Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored."""
221221
reset_type: temporalio.api.enums.v1.reset_pb2.ResetType.ValueType
222-
"""Reset type (deprecated, use `options`)."""
222+
"""Deprecated. Use `options`."""
223223
reset_reapply_type: temporalio.api.enums.v1.reset_pb2.ResetReapplyType.ValueType
224-
"""History event reapply options (deprecated, use `options`)."""
224+
"""Deprecated. Use `options`."""
225225
@property
226226
def post_reset_operations(
227227
self,

temporalio/api/command/v1/message_pb2.py

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

temporalio/api/command/v1/message_pb2.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ class ContinueAsNewWorkflowExecutionCommandAttributes(google.protobuf.message.Me
632632
inherit_build_id: builtins.bool
633633
"""If this is set, the new execution inherits the Build ID of the current execution. Otherwise,
634634
the assignment rules will be used to independently assign a Build ID to the new execution.
635+
Deprecated. Only considered for versioning v0.2.
635636
"""
636637
def __init__(
637638
self,
@@ -785,6 +786,7 @@ class StartChildWorkflowExecutionCommandAttributes(google.protobuf.message.Messa
785786
inherit_build_id: builtins.bool
786787
"""If this is set, the child workflow inherits the Build ID of the parent. Otherwise, the assignment
787788
rules of the child's Task Queue will be used to independently assign a Build ID to it.
789+
Deprecated. Only considered for versioning v0.2.
788790
"""
789791
@property
790792
def priority(self) -> temporalio.api.common.v1.message_pb2.Priority:

0 commit comments

Comments
 (0)