Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Process Monitoring API

Process Monitoring API

The elements described in the following table are contained within an
<wsdl:portType name="IAeProcessManagement">
element.
Operation Name
Operation
Description
getAlarmList
<wsdl:operation name="getAlarmList"> <wsdl:input message="tns:GetAlarmList" /> <wsdl:output message="tns:GetAlarmListResponse" /> <wsdl:fault message="tns:ApiFault" name="apiFault" /> </wsdl:operation>
Returns a list of the process's alarms.
getApiVersion
<wsdl:operation name="getApiVersion"> <wsdl:input message="tns:GetApiVersion" /> <wsdl:output message="tns:GetApiVersionResponse" /> <wsdl:fault message="tns:ApiFault" name="apiFault" /> </wsdl:operation>
Returns the process's API version.
getMessageReceiveList
<wsdl:operation name="getMessageReceiverList"> <wsdl:input message="tns:GetMessageReceiverList" /> <wsdl:output message="tns:GetMessageReceiverListResponse" /> <wsdl:fault message="tns:ApiFault" name="apiFault" /> </wsdl:operation>
Returns a list of received messages.
getProcessList
<wsdl:operation name="getProcessList"> <wsdl:input message="tns:GetProcessList" /> <wsdl:output message="tns:GetProcessListResponse" /> <wsdl:fault message="tns:ApiFault" name="apiFault" /> </wsdl:operation>
Returns a list of processes.
getProcessLog
<wsdl:operation name="getProcessLog"> <wsdl:input message="tns:GetProcessLog" /> <wsdl:output message="tns:GetProcessLogResponse" /> <wsdl:fault message="tns:ApiFault" name="apiFault" /> </wsdl:operation>
Returns the process log.
getProcessState
<wsdl:operation name="getProcessState"> <wsdl:input message="tns:GetProcessState" /> <wsdl:output message="tns:GetProcessStateResponse" /> <wsdl:fault message="tns:ApiFault" name="apiFault" /> </wsdl:operation>
Returns the process state.

0 COMMENTS

We’d like to hear from you!