-
Loop back and re-open folder issue
Our end users are experiencing an intermittent problem with a number of our processes that use either a look back and/or re-open folder from an action. There appear to be a number of fixes for a reverse proxy for Metastorm 9.0 is there a similar fix for 9.2? Any help would be appreciated on this one.
-
IDfFormatRecognizer gives old content type of documents
Hello , I have a method which gives content type of document public String getContentType (String strPath){ String format = ""; try{ IDfFormatRecognizer formatRec = clientX.getFormatRecognizer(idfSession, strPath, null); if(formatRec.getDefaultSuggestedFileFormat() != null) { format =…
-
BPM 7.6 form problem with IE8
Using IE8 I have a form with a dropdown that populates a text box upon selection of a dropdown item. After the dropdown is selected and the text box is populated an hour glass wait stays present on the screen. If the same process with the same publish is run in IE9 everything works correctly ( no hour glass wait ). Any…
-
Disabling Addition of row in Editable Grid
Hi All, Is it possible to disable the (+)"Add new row" button of the editable grid in some actions while keeping the same enabled in other actions. Kindly help..!! Thanks
-
ECL.WS + MVC or ASP.NET
Is there an official example of a Visual Studio front end project using ECL.NET WS to communicate with the workflow engine that explains how to use asp.net / mvc web forms and move through the workflow created using the Metastorm IDE? Or any forum users have some scrap projects that they wouldn't mind sharing? Thanks.
-
Metastorm 9 and the Visual Studio Debugger
If you hit the debug button, it does a deploy and then tries to access http://localhost/ProcessDiagnosticsService/ProcessDiagnostics.svc and fails. Visual Studio opens up briefly and closes Under options - Deploy - there is a place to give the url for the Process Diagnostics Service but and the default is the above.…