Subprocess Libraries

Hi,

I have created a series of workflow subprocesses

and have stored them in a library.

The question is, how do I call them?

I tried:

process='LibraryName:Configuration:subprocessName'

and

process='Configuration:LibraryName:subprocessName'

but neither of these work. I get the error:

"Invalid external process reference"

Any advice if this is possible at all would be greatly

appreciated.

Thanks,

John I

[492 byte] By [johni] at [2007-11-26 7:44:20]
# 1
can you do that?from the debug screen how do you find them? listobjects of type what?
danareed at 2007-7-6 19:54:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi danareed,

I created a library in the BPE as per the documentation

to create a rule library. However, instead of adding rules

to the library, I added workflow subprocesses.

The BPE handles it all no problem.

I can see my library if I expand the Library

icon in the BPE, and I can expand and

edit my subprocess within the library.

So at least this part of the IDM software supports it,

(although I don't know what the official line is).

Now, I need to call them from a workflow.

However, I don't know the syntax to call them,

since this is undocumented. The documentation

does say that to call a *rule* from a library, use the syntax:

LibraryName:RuleName

so I tried to call my subprocess with the syntax:

LibraryName:ProcessName

but without success.

John I

johni at 2007-7-6 19:54:54 > top of Java-index,Web & Directory Servers,Directory Servers...