REST API - listStarterOperations
The table summarizes the REST API - listStarterOperations.
Request
Format | GET <baseurl>/process/list/starterops/<module>/<process>/<version> |
Path parameters |
|
Response
JSON | Returns a JSON representation of the content of the starterOperations element. |
XML | Returns the content of the starterOperations element (from the ProcessManagement schema). |
Example
Request | GET <baseurl>/process/list/starterops/%2FWelcomeUsersImplementSolution%2FProcess%20Packages%2FProcessPackage.xpdl/WelcomeUsers/1.0.0.201301301125 |
Response | { "proc:starterOperation": { "@xmlns:proc": "http://www.tibco.com/bx/2009/management/processManagerType", "proc:processQName": { "proc:moduleName": "/WelcomeUsersImplementSolution/Process Packages/ProcessPackage.xpdl", "proc:processName": "WelcomeUsers", "proc:version": "1.0.0.201301301125" }, "proc:operation": "StartEvent" } } |
Copyright © Cloud Software Group, Inc. All rights reserved.