-
Setting Values in the eAttribute Table
In v9, to set values in the eAttribute table, navigate to the Metastorm Administration website, Users tab. Click on "right-pointing" triangle to the left of the user you'd like to set an eAttribute record for. This will "expand" the role details for the user (as demonstrated in the attached screen shot). From here you can…
-
Announcing the Release of Metastorm BPM Version 7.6 SR3
I am pleased to announce the availability of the Metastorm BPM Version 7.6 Service Release 3. Service Release 3 is now available to Partners and Customers with current maintenance contracts who have licensed the relevant modules. Release Highlights Metastorm BPM Version 7.6 SR3 updates the following components: * Metastorm…
-
Metastorm Community Central
The Metastorm team is proud to launch Metastorm Community Central. We have spent a long time reviewing what our customers and partners wanted in order to help them build successful Metastorm solutions. The community is a great place to share code, provide customer generated best practices, discuss implementation ideas,…
-
(Untitled)
-
MIM 8.5.1: Filter Personalization and Sharing
For Metastorm Integration Manager (MIM) 8.5.1, we expanded existing cross-departmental features. The idea is to improve collaboration amongst the often numerous parties reviewing business transactions. These business transactions may be in-flight (as in “how is my purchase order progressing”) or archived (as in “how do I…
-
(Untitled)
-
(Untitled)
-
Over-ride Activity Name in an Exit
If you want to over-ride an activity name in a MIM Exit, you can use the following code in your XMScript: xmoWorkflow.WfProcess.StatusOverrides.Activity.activityName = str****;
-
Metastorm BPM Versions
Metastorm BPM uses a four part version numbering system. ... i.e. 7.5.1.21 = Product Version 7, Point Release 5, Service Release 1, Hotfix 21 To date we have always endeavored to roll up fixes and releases so that a later release will always contain all of the features and fixes contained in earlier releases. In the event…
-
V9 Engine Operation Logging
To log the engine's operations edit the engine's application.config file (in ...\Program Files\Metastorm\BPM\Engine) and add the following key to the appsettings section: <appSettings> ... <add key="OperationLogLocation" value="c:\logs"/> </appSettings> Restart the engine to start logging (the folder referenced in the key…