I am using LocalHTWorkItemHandler and register it with ksesion. I am using Spring to do this as part of startup. For some reasons, when I mark my task as complete the flow doesn't move to next node of execution. The db is updated properly andi task is marked Completed. Question, what are the potential areas in the code that might cause this? How can I check if the my work item handler is still listening for events?