I wonder if anybody knows of a way to use a process variable from a main process as the name of a subprocess. All subprocesses have identical input and output variables, but different process activities. If this is possible, I could call subprocesses based on data being sent to the main process. I am running LC ES2 SP1 on Win/JBoss, Thank you!!
You would have to use the API to dynamically decide which process you want to call.
That means you could use the Execute Script service or build a custom component that takes the name of the process you want to call as an input parameter.
You would have to use the API to dynamically decide which process you want to call.
That means you could use the Execute Script service or build a custom component that takes the name of the process you want to call as an input parameter.