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
There are uses cases where it would be nice to wait for a specific record to have occurred. We should provide a generic method for these cases.
By introducing a waitFor method which will take a ValueType, an Intent and a timeout as parameters we can create a generic way for users to wait (using awaitility?) until a record that matches these parameters has occurred.
This solution might be too technical for users, as it would require more in-depth knowledge about the records. If we receive this feedback we could choose to create some helper methods around this generic record to make it more functional (e.g. waitForJobCompletion.
The text was updated successfully, but these errors were encountered:
Description
There are uses cases where it would be nice to wait for a specific record to have occurred. We should provide a generic method for these cases.
By introducing a
waitFor
method which will take aValueType
, anIntent
and a timeout as parameters we can create a generic way for users to wait (using awaitility?) until a record that matches these parameters has occurred.This solution might be too technical for users, as it would require more in-depth knowledge about the records. If we receive this feedback we could choose to create some helper methods around this generic record to make it more functional (e.g.
waitForJobCompletion
.The text was updated successfully, but these errors were encountered: