Skip to content

Commit 1a3b41b

Browse files
authored
Temporarily fix broken proto (will be fixed upstream) (#917)
1 parent 5d9541d commit 1a3b41b

File tree

1 file changed

+5
-5
lines changed
  • sdk-core-protos/protos/api_upstream/temporal/api/history/v1

1 file changed

+5
-5
lines changed

sdk-core-protos/protos/api_upstream/temporal/api/history/v1/message.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ message WorkflowExecutionStartedEventAttributes {
3535
// Contains information about parent workflow execution that initiated the child workflow these attributes belong to.
3636
// If the workflow these attributes belong to is not a child workflow of any other execution, this field will not be populated.
3737
temporal.api.common.v1.WorkflowExecution parent_workflow_execution = 3;
38-
// EventID of the child execution initiated event in parent workflow
38+
// EventID of the child execution initiated event in parent workflow
3939
int64 parent_initiated_event_id = 4;
4040
temporal.api.taskqueue.v1.TaskQueue task_queue = 5;
4141
// SDK will deserialize this and provide it as arguments to the workflow function
@@ -440,7 +440,7 @@ message ActivityTaskCanceledEventAttributes {
440440
string identity = 5;
441441
// Version info of the worker who processed this workflow task.
442442
// Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
443-
temporal.api.common.v1.WorkerVersionStamp worker_version = 6 [deprecated = true];;
443+
temporal.api.common.v1.WorkerVersionStamp worker_version = 6 [deprecated = true];
444444
}
445445

446446
message TimerStartedEventAttributes {
@@ -475,8 +475,8 @@ message TimerCanceledEventAttributes {
475475

476476
message WorkflowExecutionCancelRequestedEventAttributes {
477477
// User provided reason for requesting cancellation
478-
// TODO: shall we create a new field with name "reason" and deprecate this one?
479-
string cause = 1;
478+
// TODO: shall we create a new field with name "reason" and deprecate this one?
479+
string cause = 1;
480480
// TODO: Is this the ID of the event in the workflow which initiated this cancel, if there was one?
481481
int64 external_initiated_event_id = 2;
482482
temporal.api.common.v1.WorkflowExecution external_workflow_execution = 3;
@@ -509,7 +509,7 @@ message WorkflowExecutionSignaledEventAttributes {
509509
temporal.api.common.v1.Payloads input = 2;
510510
// id of the worker/client who sent this signal
511511
string identity = 3;
512-
// Headers that were passed by the sender of the signal and copied by temporal
512+
// Headers that were passed by the sender of the signal and copied by temporal
513513
// server into the workflow task.
514514
temporal.api.common.v1.Header header = 4;
515515
// This field is deprecated and never respected. It should always be set to false.

0 commit comments

Comments
 (0)