Page 1 of 1

StartProcesses: How to run it using more than one URL-SOLVED

Posted: Tue May 21, 2013 9:49 pm
by flotschie
Right now I have my project setup like this: At first it is collecting many URLs into the table "ResultList". Then, I use the StartProcesses action (max processes 5) with this query from your examples:

Code: Select all

SELECT  [URL], [Id]
	FROM   [ResultList] 
	WHERE  [Id] NOT IN 
		(SELECT [URL_ID] FROM   [ExtractedURLs]) 


The new process calls the "Main" action and then and extracts ONLY ONE URL from this table and then ends. How can I achieve that the process collects MORE than one URL from the table ResultList?

Re: StartProcesses: How to run it using more than one URL

Posted: Sat Jun 15, 2013 5:24 pm
by flotschie
Solved - this can be handled using the pre-made Project "Multiple Processes Navigate URL".