Universal Java BIC Automatic Activity - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2023
First publish date
2007
Last edition
2024-01-18
Last publish date
2024-01-18T18:45:39.198479

The Universal Java BIC provides the ability to execute any Java code within the EPX environment. In general, the use of this BIC should be one of last resort. Instead, existing configurable Callout BICs should be used if possible or new Callout BICs should be implemented to expand the pallet of available BICs or to ensure consistency in workflow development and troubleshooting if the operations are "one-offs".

The Universal Java BIC uses the BeanShell interpreter, which is a Java source interpreter with object scripting language features. In addition to some scripting commands, BeanShell executes standard Java statements. For more information about the BeanShell Java source interpreter, see http://www.beanshell.org

The Universal Java BIC receives an input work item and executes code that creates or replaces data in the hash table. When the BIC has completed its transformation of the hash table data, the Universal Java BIC passes the modified work item on to the next activity in the process flow.