Skip to content

Commit 1abaed7

Browse files
committed
Deprecate history field
1 parent cad0299 commit 1abaed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

temporal/api/history/v1/message.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@ message WorkflowExecutionSignaledEventAttributes {
472472
// Headers that were passed by the sender of the signal and copied by temporal
473473
// server into the workflow task.
474474
temporal.api.common.v1.Header header = 4;
475-
reserved 5;
475+
// This field is deprecated and never respected. It should always be set to false.
476+
bool skip_generate_workflow_task = 5 [deprecated = true];
476477
// When signal origin is a workflow execution, this field is set.
477478
temporal.api.common.v1.WorkflowExecution external_workflow_execution = 6;
478479
}

0 commit comments

Comments
 (0)