Skip to content

Commit 90737c7

Browse files
committed
Do not skip adding subworkflow events for sqlite
1 parent 40b9213 commit 90737c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/sqlite/sqlite.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ func (sb *sqliteBackend) CompleteWorkflowTask(
557557

558558
return fmt.Errorf("creating sub-workflow instance: %w", err)
559559
}
560-
561-
continue
562560
}
563561

564562
// Insert pending events for target instance

0 commit comments

Comments
 (0)