Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Steps to call processes dynamically.
1). Define a WSDL to be used for all dynamically callable processes.
2). mplement this WSDL in all sub processes.
3). Give a unique value for "ProcessService" name for subproceses implementing the same WSDL. For example, highlighted text in following. See attached image (Filename: subprocess.jpg).
4). Use this name for calling in Set EPR.
Refer to the attached sample project (Filename: DynamicProcessCall.zip).