Skip to content

Commit

Permalink
Update DeleteWorkflowExecution description (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr authored Jul 14, 2022
1 parent 7f16276 commit 1b95eaf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions api/historyservice/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ service HistoryService {
rpc TerminateWorkflowExecution (TerminateWorkflowExecutionRequest) returns (TerminateWorkflowExecutionResponse) {
}

// DeleteWorkflowExecution deletes a closed workflow execution asynchronously (workflow must be completed or terminated before).
// This method is EXPERIMENTAL and may be changed or removed in a later release.
// DeleteWorkflowExecution asynchronously deletes a specific Workflow Execution (when WorkflowExecution.run_id is
// provided) or the latest Workflow Execution (when WorkflowExecution.run_id is not provided). If the Workflow
// Execution is Running, it will be terminated before deletion.
rpc DeleteWorkflowExecution (DeleteWorkflowExecutionRequest) returns (DeleteWorkflowExecutionResponse) {
}

Expand Down

0 comments on commit 1b95eaf

Please sign in to comment.