How to Find Process Launchers Linked to Business Processes

How to Find Process Launchers Linked to Business Processes

Background:

When Process Launchers are created there is no linkage between the Process Launcher Action and Business Process Scripts.

We have found the best method to find this linkage is by accessing EBI internal tables. Using SQL Explorer, we walk users thru the process.

We document and show users in our Advanced Back-End Database Training session, how to access EXTOL's database.

For more information on Sean Hoppe Consulting Group's Advanced Back-End Database Training Click Here >

EXTOL Tables:

Below is an example of the tables we work with to locate the EBI Process Launcher links.

EXTOL Business Integrator EBI Derby Back-end Database EBI_User tables




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.