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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
The getExecutionDocuments function is matching attempting to resume documents that are waiting for an event (ie not a time based wait). This behavior is likely due to the scope query utilized in the unfiltered search. This search should be refactored to not utilize a scope query, and ensure it doesn't match event based waits.
The text was updated successfully, but these errors were encountered:
The
getExecutionDocuments
function is matching attempting to resume documents that are waiting for an event (ie not a time based wait). This behavior is likely due to the scope query utilized in the unfiltered search. This search should be refactored to not utilize a scope query, and ensure it doesn't match event based waits.The text was updated successfully, but these errors were encountered: