SOAP API - listStarterOperations
The table summarizes the SOAP API - listStarterOperations.
Request | Uses the qualifiedProcessName element (from the ProcessManagement schema) |
Parameter notes | moduleName, processName, and version can be obtained from listProcessTemplates , queryProcessTemplates , and queryProcessTemplatesAlt . |
Response | Returns a starterOperations element (from the ProcessManagement schema) |
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType"> <soapenv:Header/> <soapenv:Body> <proc:qualifiedProcessName> <proc:moduleName>/HelpDesk/Process Packages/HelpDesk.xpdl</proc:moduleName> <proc:processName>InternalHelpDesk</proc:processName> <proc:version>1.0.0.201105061158</proc:version> </proc:qualifiedProcessName> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <starterOperations xmlns="http://www.tibco.com/bx/2009/management/processManagerType"> <starterOperation> <processQName> <moduleName>/HelpDesk/Process Packages/HelpDesk.xpdl</moduleName> <processName>InternalHelpDesk</processName> <version>1.0.0.201105061158</version> </processQName> <operation>StartEvent</operation> </starterOperation> </starterOperations> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.