Skip to content

Update core env vars #964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions temporalio/api/batch/v1/message_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions temporalio/api/batch/v1/message_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ class BatchOperationReset(google.protobuf.message.Message):
def options(self) -> temporalio.api.common.v1.message_pb2.ResetOptions:
"""Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored."""
reset_type: temporalio.api.enums.v1.reset_pb2.ResetType.ValueType
"""Reset type (deprecated, use `options`)."""
"""Deprecated. Use `options`."""
reset_reapply_type: temporalio.api.enums.v1.reset_pb2.ResetReapplyType.ValueType
"""History event reapply options (deprecated, use `options`)."""
"""Deprecated. Use `options`."""
@property
def post_reset_operations(
self,
Expand Down
76 changes: 50 additions & 26 deletions temporalio/api/command/v1/message_pb2.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions temporalio/api/command/v1/message_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ class ContinueAsNewWorkflowExecutionCommandAttributes(google.protobuf.message.Me
inherit_build_id: builtins.bool
"""If this is set, the new execution inherits the Build ID of the current execution. Otherwise,
the assignment rules will be used to independently assign a Build ID to the new execution.
Deprecated. Only considered for versioning v0.2.
"""
def __init__(
self,
Expand Down Expand Up @@ -785,6 +786,7 @@ class StartChildWorkflowExecutionCommandAttributes(google.protobuf.message.Messa
inherit_build_id: builtins.bool
"""If this is set, the child workflow inherits the Build ID of the parent. Otherwise, the assignment
rules of the child's Task Queue will be used to independently assign a Build ID to it.
Deprecated. Only considered for versioning v0.2.
"""
@property
def priority(self) -> temporalio.api.common.v1.message_pb2.Priority:
Expand Down
Loading