TIBCO ActiveMatrix BPM Web Service APIs

TIBCO ActiveMatrix BPM exposes its functionality through comprehensive work management and process management APIs, which are exposed as web services.

See TIBCO ActiveMatrix BPM Logical Nodes and Services.

TIBCO ActiveMatrix BPM provides the following APIs that a client application can use to invoke BPM services:

  • The Web Service API allows a client application to directly invoke BPM services using SOAP messages.
  • The Java Service Connector API enables a client application to invoke BPM services using local Java calls.
  • The BPM Representational State Transfer (REST) API provides RESTful interfaces to BPM web services. Using the REST API, a client application can invoke BPM services using simple HTTP methods and intuitive URIs that identify BPM resources and the operations to be performed on them.

For more information about these APIs and how to use them, see the TIBCO ActiveMatrix BPM - BPM Developer’s Guide.