Cisco Cisco Process Orchestrator 3.0 Guida Utente

Pagina di 62
 
Process Instance Web Service 
This Web service allows users to stop processes and retrieve information, such as whether the process is completed 
and any input and output variables. 
The WSDL for this Web service method is: 
http://<server>:<port>/WS/ProcessInstance?wsdl
GetInstanceStatuses 
Checks the status of process instances that have run or are currently running 
instanceIds (Guid[])—Ids of the instances with the statuses to be retrieved 
InstanceStatus[] 
GetOutputVariablesGeneric 
Retrieves all output variable values of a process instance. The values include their values, names, and types. 
instanceId (Guid)—process Instance ID in guid format 
VariableValue[] 
GetOutputVariablesFor[UniqueProcessName] 
Retrieves output variables for a specific process instance. These processes show up in the list as 
GetOutputVariablesFor[UniqueProcessName]. 
The Web service publishes these processes as dynamic methods that can change as processes are added, removed, 
or the input variables are modified. The list of the processes changes each time the Web service is refreshed or 
restarted. 
processInstanceId (Guid)—process Instance ID in Guid format 
VariableValue[] 
StopProcessInstance 
Stop a running process instance in Cisco Process Orchestrator. 
instanceId (Guid)—process Instance ID in Guid format 
None