Do we have any API for metastorm?

HI,

 

Do we have any API for the Metastorm , where we can see all the methods and functions related to the components and process variables etc...

 

If we have could you please let me know where i can find it .

 

Can any one tell , is it possible to get the process variable value using the JScript in Metastorm ?

 

Regards

Sundeep

Tagged:

Comments

  • We have client APIs that expose all the client functionality available from the BPM engine. In simple terms this allows you to access folders and actions (and the associated forms) as well as lists.

    For internal processes there is the object model of the engine which is exposed through the visual scripting toolbox and expression builder.

    As for accessing process variables via JScript, in BPM v7 yes, however in v9 we have moved away from scripting and into compiled .Net code so there is a Process object you can access process variables through in C#.

    Does this answer your question?