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: src/DurableTask.SqlServer/Scripts/logic.sql
+1
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,7 @@ BEGIN
260
260
IF @existingStatus IN (SELECTvalueFROMSTRING_SPLIT(@DedupeStatuses, ','))
261
261
BEGIN
262
262
DECLARE @msg nvarchar(4000) =FORMATMESSAGE('Cannot create instance with ID ''%s'' because a pending or running instance with ID already exists.', @InstanceID);
0 commit comments