How to abort process instances in BPM Suite 6 execution server via REST API?

Solution Unverified - Updated -

Environment

Red Hat JBoss BPM Suite (BPMS) 6

Issue

How to abort process instances in BPM Suite 6 execution server via REST API?

Resolution

If business-central is used as execution server it is possible to use the following rest endpoint to abort processes:

 http://server:port/business-central/rest/runtime/{deploymentId}/process/instance/{procInstanceID}/abort

Refers to BPM Suite 6 - Development Guide for further details.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments