Re: Pass page GUID to user-defined job...

2009-05-05 Thread Brian Heaton
We have a process doing just what Wayne suggests and it works fairly well. The Write Workflow XML File workflow reaction allows you to specify the file destination and a file naming pattern, but be careful. We use the PA option to cause the file to be named the GUID of the page going through workf

Re: Pass page GUID to user-defined job...

2009-04-30 Thread rwagner
I am also interested in doing scheduled processes against the "Write workflow to XML". I've looked around the file system, and maybe I just don't know what to look for it, but where does this XML get written? On Mar 31, 1:59 pm, Wayne Bouwmeester wrote: > You could try to do something with the

Re: Pass page GUID to user-defined job...

2009-03-31 Thread Wayne Bouwmeester
You could try to do something with the "Write workflow XML file" reaction. It allows you to write out an XML file that can include the PageID/ GUID You could then have a scheduled task that runs a process to check for files in the folder, and process them. food for thought. Wayne. On Mar 31, 11:

Pass page GUID to user-defined job...

2009-03-31 Thread abdn_webteam
We have a nice wee bit of RQL which assigns keywords to a page. It's so nifty it even assigns different keywords depending on the date. It all works wonderfully as a plug-in activated from the action menu using the session variables for login/session key/etc, but what we want to do is have the plu