Hi,When i click on new job and try to instantiate a workflow it hangs, this behavior occurs at random sometimes the same piece of code instantiates the a new job and some times it does not.What can be the probable reason? It does not create any logs when it hangs.Teamsite Version 6.5 sp2Windows environment.Thanks in advance.Ashish
My workflow is for search and replace. Now i am trying to update that to take care of new functionality. Instead of a default search at root folder i want to initiate my search from the folder where the user has started his workflow ( with/without files that he has selected ). For this i am trying to make use of __ELEM__('iw_file') to get the number of files attached as well as the location. and __VALUE__('iw_file') to get the list of files attached.In case something does not works i revert the code to the last working one but still it hangs and all of a sudden starts working.ThanksAshish