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
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -10468,7 +10468,7 @@
10468
10468
"description": "Links to be associated with the activity. Callbacks may also have associated links;\nlinks already included with a callback should not be duplicated here."
"description": "Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING."
10473
10473
}
10474
10474
}
@@ -11139,24 +11139,6 @@
11139
11139
}
11140
11140
}
11141
11141
},
11142
-
"apiActivityV1OnConflictOptions": {
11143
-
"type": "object",
11144
-
"properties": {
11145
-
"attachRequestId": {
11146
-
"type": "boolean",
11147
-
"description": "Attaches the request ID to the running activity."
11148
-
},
11149
-
"attachCompletionCallbacks": {
11150
-
"type": "boolean",
11151
-
"description": "Attaches the completion callbacks to the running activity."
11152
-
},
11153
-
"attachLinks": {
11154
-
"type": "boolean",
11155
-
"description": "Attaches the links to the running activity."
11156
-
}
11157
-
},
11158
-
"description": "When StartActivityExecution uses the conflict policy ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING and\nthere is already an existing running activity, OnConflictOptions defines actions to be taken on\nthe existing running activity."
11159
-
},
11160
11142
"apiCallbackV1CallbackInfo": {
11161
11143
"type": "object",
11162
11144
"properties": {
@@ -11199,6 +11181,24 @@
11199
11181
},
11200
11182
"description": "Common callback information. Specific CallbackInfo messages should embed this and may include additional fields."
11201
11183
},
11184
+
"apiCommonV1OnConflictOptions": {
11185
+
"type": "object",
11186
+
"properties": {
11187
+
"attachRequestId": {
11188
+
"type": "boolean",
11189
+
"description": "Attaches the request ID to the running execution."
11190
+
},
11191
+
"attachCompletionCallbacks": {
11192
+
"type": "boolean",
11193
+
"description": "Attaches the completion callbacks to the running execution."
11194
+
},
11195
+
"attachLinks": {
11196
+
"type": "boolean",
11197
+
"description": "Attaches the links to the running execution."
11198
+
}
11199
+
},
11200
+
"description": "When starting an execution with a conflict policy that uses an existing execution and there is already an existing\nrunning execution, OnConflictOptions defines actions to be taken on the existing running execution."
0 commit comments