Doubts - Process BPM

Guys,

I'm having some doubts!

There is some component of the Metastorm BPM to make moving files between directories? The Metastorm also possesses some component of integration with JAVA?

Thank you.

Tagged:

Comments

  • Hi Paulo,

     

    You could do this easily by using some .NET code(C# in V9 or JScript.NET in V7) .  MSDN has a fairly clear example:

     

    http://msdn.microsoft.com/en-us/library/system.io.file.move.aspx

     

    If you need to move a huge amount of files on a regular basis I'd talk to Metastorm about the "MIM" product as it's pretty much designed with that kind of scenario in mind (plus many many others)

     

    For Java - In V7 there is a specific add in called "The Process Orchestrator for Java", however I', not sure what capability exists in V9 so you may need to resort to web services, or again talk to Metastorm.

     

    Cheers,

     

    paul

  • In version v9 the Java ECL (client API) is installed by the v9 SDK.

     

    However this is a Client API so does not help if you are trying to call out to Java.  Probably the simplest way to achive that would be to generate a Web Service that you could then consume from Metastorm BPM.    I have seen Java Web Services successfully consumed by Metastorm BPM before.

     

    Paul...