Search found 2 matches

by amccollough
Thu Oct 15, 2015 5:12 pm
Forum: General Questions
Topic: how to periodically refresh browser and test for existence?
Replies: 3
Views: 2752

Re: how to periodically refresh browser and test for existence?

I do need help with this. You say I need two repository items, but exactly how do I pass those into the user code? I tried playing with the Args, and see from other online examples I can use Adapter or RepoItemInfo, but which?
by amccollough
Fri Oct 09, 2015 6:00 pm
Forum: General Questions
Topic: how to periodically refresh browser and test for existence?
Replies: 3
Views: 2752

how to periodically refresh browser and test for existence?

My use case: I am testing the execution of a SharePoint workflow which may take up to 10 minutes to complete. When this workflow completes, a refresh of the page will add an object which I have defined in my repository, and can then test for the object's existence. The challenge I face is, I need to...