-
Libraries in development repository vs. production repository
I just recently began to use libraries as our BPM development has been taking off lately. We have a development system and a production system (which I'm sure is common), but now I'm wondering what the best way is to target the development system with a library when the host processes are deployed to the development system…
-
Iterating Over User Dynamic List
It's been a while since I've asked an actual workflow question, but I would like to get some opinions on how other people approach this basic requirement. I already have a functional workflow, I just want to see what others would do in this scenario. Let's say we have a workflow task called "Message" that needs to go to…
-
ECL Success/Failure Stories
Greetings, So our company is about to make a decision on whether or not to take the client (forms) outside of the Metastorm IDE to enhance our capabilities in designing an industry standard web application using C# + HTML5 + etc... in VS2012. If anyone has any experience taking on projects where you used the Metastorm IDE…
-
Solution Reporting Add-In (beta) for MBPM 9.2.1
If you are running MBPM 9.2.1, we have released a beta of a "Solution Reporting" add-in, which generates a STAR (STage Action Role) report of your solution. This add-in can be downloaded from https://knowledge.opentext.com/knowledge/cs.dll/Open/33835078 A few notes: •This add-in will only run on OpenText MBPM 9.2.1, we…
-
Running jobs in command prompt
Hello, I'm creating a script to run jobs in command prompt but I can fin the good sytax to call the jobs. Please fin below the command line for each job I m trying to run in command line. dm_DMFilescan : C:\Documentum\product\7.0\bin\dmbasic -fC:\Documentum\product\7.0\install\admin\mthd1.ebs -eDMFilescan -h -docbase_name…
-
Return a List of user names from a script method for a dynamic role formula
I have a server script method which returns a Metastorm.Runtime.Types.List of Metastorm user names, and I'm calling that function in a role formula. This is happening inside a library, and that library is being used in another process. The role from the library is being used for the to-do list at the first stage of the…