yhjohn Posted August 2, 2013 Posted August 2, 2013 Hi, Looking to make my 1st workflow. I've read several thread regarding this but I think I am still clueless as to how it works. Maybe just need some one to point me to the right direction. What I am looking for Basically, it is a custom search query but something that is more advance. than a simple {query} action ex: http://www.yyyy.com/{query1}&{query2}={query 3} I know, multiple query does not exist and we need to do some scripting on this. before passing it to the action. I know a little bit on PHP but I thinink I am stuck on the script filter. Assuming I am using the script filter as input, what do I type in the script column for it to pass it on to the it to the action column?
jdfwarrior Posted August 2, 2013 Posted August 2, 2013 Hi, Looking to make my 1st workflow. I've read several thread regarding this but I think I am still clueless as to how it works. Maybe just need some one to point me to the right direction. What I am looking for Basically, it is a custom search query but something that is more advance. than a simple {query} action ex: http://www.yyyy.com/{query1}&{query2}={query 3} I know, multiple query does not exist and we need to do some scripting on this. before passing it to the action. I know a little bit on PHP but I thinink I am stuck on the script filter. Assuming I am using the script filter as input, what do I type in the script column for it to pass it on to the it to the action column? If you are familiar with a little PHP, take a look at the article sharing all the available libraries. There is one for PHP there. That will make it a little easier to work with. With script filters, you do your processing and then (with PHP) you 'echo' an XML string at the end. That will provide users with the list of options. I also made a post showing how to do multiple parameters and pretty sure I provided source code with the examples. That was all done in PHP with the library I'm referring to. Take a look at that. That should be a good resource to get you started
yhjohn Posted August 3, 2013 Author Posted August 3, 2013 I've found your workflow in your website. Is that the one you are referring to?
jdfwarrior Posted August 4, 2013 Posted August 4, 2013 Sample of reuse: Forum article Workflows class to get you going with making a PHP workflow: Here
yhjohn Posted August 5, 2013 Author Posted August 5, 2013 Hi David! Thanks for the link. I'll look into it and hopefully comes out with something useful
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now