danielgerlag / danielgerlag/workflow-core
Sql Queue Provider Conversation endpoint leak
Open
- Dominant language
- C#
- Stars
- 5.9k
- Forks
- 1.3k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 5
Description
**Describe the bug**
After a queue item is processed, the conversation endpoint status remains in CONVERSING state and the record remains in sys.conversation_endpoints in perpetuity.
**To Reproduce**
Execute any workflow using Sql Queue Provider.
**Expected behavior**
After the queue item is processed, the conversation endpoint status is changed to CLOSED and is removed from sys.conversation_endpoints after lifetime expiration.
**Additional context**
QueueWork.sql and DequeueWork.sql are not ending the conversation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.