Skip to content

Commit

Permalink
remove unused request
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Sep 3, 2024
1 parent 50a9054 commit ade6afe
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1658,20 +1658,6 @@ message ExecuteMultiOperationResponse {
}
}

message UpdateActivityOptionsRequest {
string namespace = 1;

// A unique identifier for this task
bytes task_token = 2;

// Activity options. Partial updates are accepted and controlled by update_mask
temporal.api.activity.v1.ActivityOptions activity_options = 3;
// The identity of the client who initiated this request
string identity = 4;
// Controls which fields from `activity_options` will be applied
google.protobuf.FieldMask update_mask = 5;
}

message UpdateActivityOptionsByIdRequest {
// Namespace of the workflow which scheduled this activity
string namespace = 1;
Expand Down

0 comments on commit ade6afe

Please sign in to comment.