We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad0299 commit 1abaed7Copy full SHA for 1abaed7
temporal/api/history/v1/message.proto
@@ -472,7 +472,8 @@ message WorkflowExecutionSignaledEventAttributes {
472
// Headers that were passed by the sender of the signal and copied by temporal
473
// server into the workflow task.
474
temporal.api.common.v1.Header header = 4;
475
- reserved 5;
+ // This field is deprecated and never respected. It should always be set to false.
476
+ bool skip_generate_workflow_task = 5 [deprecated = true];
477
// When signal origin is a workflow execution, this field is set.
478
temporal.api.common.v1.WorkflowExecution external_workflow_execution = 6;
479
}
0 commit comments