You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark pause activity by type API as experimental (#642)
<!-- Describe what has changed in this PR -->
What: Annotating the pause activity by type parameter as experimental.
<!-- Tell your future self why have you made these changes -->
Why: We might revisit this API and change its behavior. So marking it as
experimental.
"summary": "GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse\norder (starting from last event). Fails with`NotFound` if the specified workflow execution is\nunknown to the service.",
2909
+
"summary": "GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse\norder (starting from last event). Fails with`NotFound` if the specified workflow execution is\nunknown to the service.",
"summary": "GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse\norder (starting from last event). Fails with`NotFound` if the specified workflow execution is\nunknown to the service.",
6734
+
"summary": "GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse\norder (starting from last event). Fails with`NotFound` if the specified workflow execution is\nunknown to the service.",
"description": "Pause all running activities of this type."
8032
+
"description": "Pause all running activities of this type.\nNote: Experimental - the behavior of pause by activity type might change in a future release."
Copy file name to clipboardExpand all lines: openapi/openapiv3.yaml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2610,7 +2610,10 @@ paths:
2610
2610
get:
2611
2611
tags:
2612
2612
- WorkflowService
2613
-
description: "GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse \n order (starting from last event). Fails with`NotFound` if the specified workflow execution is \n unknown to the service."
2613
+
description: |-
2614
+
GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse
2615
+
order (starting from last event). Fails with`NotFound` if the specified workflow execution is
2616
+
unknown to the service.
2614
2617
operationId: GetWorkflowExecutionHistoryReverse
2615
2618
parameters:
2616
2619
- name: namespace
@@ -6031,7 +6034,10 @@ paths:
6031
6034
get:
6032
6035
tags:
6033
6036
- WorkflowService
6034
-
description: "GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse \n order (starting from last event). Fails with`NotFound` if the specified workflow execution is \n unknown to the service."
6037
+
description: |-
6038
+
GetWorkflowExecutionHistoryReverse returns the history of specified workflow execution in reverse
6039
+
order (starting from last event). Fails with`NotFound` if the specified workflow execution is
6040
+
unknown to the service.
6035
6041
operationId: GetWorkflowExecutionHistoryReverse
6036
6042
parameters:
6037
6043
- name: namespace
@@ -9613,7 +9619,9 @@ components:
9613
9619
description: Only the activity with this ID will be paused.
9614
9620
type:
9615
9621
type: string
9616
-
description: Pause all running activities of this type.
9622
+
description: |-
9623
+
Pause all running activities of this type.
9624
+
Note: Experimental - the behavior of pause by activity type might change in a future release.
0 commit comments