Skip to content

Commit

Permalink
Update comment in SDK workflow_metadata (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
antlai-temporal authored Jan 16, 2024
1 parent 42d0427 commit 2b46418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temporal/api/sdk/v1/workflow_metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ option java_outer_classname = "WorkflowMetadataProto";
option ruby_package = "Temporalio::Api::Sdk::V1";
option csharp_namespace = "Temporalio.Api.Sdk.V1";

// The name of the query to retrieve this information is `__temporal_getWorkflowMetadata`.
// The name of the query to retrieve this information is `__temporal_workflow_metadata`.
message WorkflowMetadata {
// Metadata provided at declaration or creation time.
WorkflowDefinition definition = 1;
Expand Down Expand Up @@ -62,5 +62,5 @@ message WorkflowInteractionDefinition {
// An optional interaction description provided by the application.
// By convention, external tools may interpret its first part,
// i.e., ending with a line break, as a summary of the description.
string description = 2;
string description = 2;
}

0 comments on commit 2b46418

Please sign in to comment.