ActiveMatrix BusinessWorks Process Information Functions

ActiveMatrix BusinessWorks provides functions in the XPath formula builder that can be used to fetch process related information for any activity. These functions, listed under the group ActiveMatrix BusinessWorks, are:

  • getCurrentProcessName(<processID>): Fetches the process name associated with the specified <processID>

  • getCurrentActivityName(<processID>): Fetches the activity name associated with the specified <processID>

  • getHostName(): Fetches the host name on which the process is running. This function does not take any input parameter.

  • getFileStream (): Reads binary data directly from a file in base64 field if MTOM is used.

The <processID> parameter has to specified when you choose one of the process information functions.