Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.27 KB

connectAMXBPM.md

File metadata and controls

51 lines (31 loc) · 2.27 KB

how to connect TIBCO ActiveMatix BPM

here a little Tutorial about how to connect the TIBCO Cloud Integration (TCI) Webintegrator Service with TIBCO AciveMatrix BPM.

prerequisites: You need to install TIBCO ActiveMatrix® Binding Type for REST 3.3.0 to use the REST Service feature. See "Installing TIBCO ActiveMatrix® Binding Type for REST 3.3.0" in TIBCO ActiveMatrix® BPM Installation Guide. You also need to install any relevant runtime hotfixes.

Business Studio Configuration (Designtime)

Flow Activity somewhere within a BPMN Flow

pic

Flow Activity configuration, plus graphical Request/Response mapping

pic

REST .RSD File definition and .JSD Schema Files in REST Service Folder of Business Studio

pic

REST Configuration Overview in Business Studio Properties .RSD

pic

REST Request Schema .JSD

pic

REST Response Schema .JSD

pic

ActiveMatrix (AMX) Service Grid Configuration (Runtime)

as AMX shared Resource defined httpClient and installed on the BPMNode pic

as TCI is running on secured https, the SSL Configuration is needed for the AMX httpClient pic

for SSL a SSL Client Provider Definition is needed pic

the SSL Client Provider need a Keystore Provider, you can use any password pic

Cloud Intergration Web Integrator (Microservice)

to have the complete picture here the Swagger 2.0 JSON File of the Service running on TIBCO Cloud Integration Webintegrator

SMSsender.json

Note: "basePath": replaced with "/<>" as you can download it from your own account This JSON File is just attached to show BPM is configured this way.