Commit 6d4194f
Fix instance consistency in KnowledgeBaseSearchTask
Resolves issue #119 where KnowledgeBaseSearchTask could use different
ServiceNow instances within the same task when checking knowledge base
integrity. Changed line 84 to use self.instance instead of creating a
new SNowInstance(), ensuring the same instance is used throughout the
task lifecycle.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c6f28c6 commit 6d4194f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments