@@ -685,9 +685,12 @@ public abstract partial class GatewayBase
685
685
///FAILED_PRECONDITION:
686
686
///- not all active elements in the given process instance are mapped to the elements in the target process definition
687
687
///- a mapping instruction changes the type of an element or event
688
+ ///- a mapping instruction changes the implementation of a task
689
+ ///- a mapping instruction detaches a boundary event from an active element
688
690
///- a mapping instruction refers to an unsupported element (i.e. some elements will be supported later on)
689
691
///- a mapping instruction refers to element in unsupported scenarios.
690
692
///(i.e. migration is not supported when process instance or target process elements contains event subscriptions)
693
+ ///- multiple mapping instructions target the same boundary event
691
694
///
692
695
///INVALID_ARGUMENT:
693
696
///- A `sourceElementId` does not refer to an element in the process instance's process definition
@@ -2163,9 +2166,12 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
2163
2166
///FAILED_PRECONDITION:
2164
2167
///- not all active elements in the given process instance are mapped to the elements in the target process definition
2165
2168
///- a mapping instruction changes the type of an element or event
2169
+ ///- a mapping instruction changes the implementation of a task
2170
+ ///- a mapping instruction detaches a boundary event from an active element
2166
2171
///- a mapping instruction refers to an unsupported element (i.e. some elements will be supported later on)
2167
2172
///- a mapping instruction refers to element in unsupported scenarios.
2168
2173
///(i.e. migration is not supported when process instance or target process elements contains event subscriptions)
2174
+ ///- multiple mapping instructions target the same boundary event
2169
2175
///
2170
2176
///INVALID_ARGUMENT:
2171
2177
///- A `sourceElementId` does not refer to an element in the process instance's process definition
@@ -2197,9 +2203,12 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
2197
2203
///FAILED_PRECONDITION:
2198
2204
///- not all active elements in the given process instance are mapped to the elements in the target process definition
2199
2205
///- a mapping instruction changes the type of an element or event
2206
+ ///- a mapping instruction changes the implementation of a task
2207
+ ///- a mapping instruction detaches a boundary event from an active element
2200
2208
///- a mapping instruction refers to an unsupported element (i.e. some elements will be supported later on)
2201
2209
///- a mapping instruction refers to element in unsupported scenarios.
2202
2210
///(i.e. migration is not supported when process instance or target process elements contains event subscriptions)
2211
+ ///- multiple mapping instructions target the same boundary event
2203
2212
///
2204
2213
///INVALID_ARGUMENT:
2205
2214
///- A `sourceElementId` does not refer to an element in the process instance's process definition
@@ -2229,9 +2238,12 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
2229
2238
///FAILED_PRECONDITION:
2230
2239
///- not all active elements in the given process instance are mapped to the elements in the target process definition
2231
2240
///- a mapping instruction changes the type of an element or event
2241
+ ///- a mapping instruction changes the implementation of a task
2242
+ ///- a mapping instruction detaches a boundary event from an active element
2232
2243
///- a mapping instruction refers to an unsupported element (i.e. some elements will be supported later on)
2233
2244
///- a mapping instruction refers to element in unsupported scenarios.
2234
2245
///(i.e. migration is not supported when process instance or target process elements contains event subscriptions)
2246
+ ///- multiple mapping instructions target the same boundary event
2235
2247
///
2236
2248
///INVALID_ARGUMENT:
2237
2249
///- A `sourceElementId` does not refer to an element in the process instance's process definition
@@ -2263,9 +2275,12 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
2263
2275
///FAILED_PRECONDITION:
2264
2276
///- not all active elements in the given process instance are mapped to the elements in the target process definition
2265
2277
///- a mapping instruction changes the type of an element or event
2278
+ ///- a mapping instruction changes the implementation of a task
2279
+ ///- a mapping instruction detaches a boundary event from an active element
2266
2280
///- a mapping instruction refers to an unsupported element (i.e. some elements will be supported later on)
2267
2281
///- a mapping instruction refers to element in unsupported scenarios.
2268
2282
///(i.e. migration is not supported when process instance or target process elements contains event subscriptions)
2283
+ ///- multiple mapping instructions target the same boundary event
2269
2284
///
2270
2285
///INVALID_ARGUMENT:
2271
2286
///- A `sourceElementId` does not refer to an element in the process instance's process definition
0 commit comments