Calling a Business Process Script within a Ruleset

Calling a Business Process Script within a Ruleset

Sometimes there is a need to call an 'external process' to execute a business function when a certain criteria is met in a ruleset.
When you create a BPS that is going to be called from the ruleset, set-up the BPS to be used as an action.
Inside the EBI ruleset, use the BPS as an action and call the action/BPS when a certain rule condition is met.


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.