From ed903da02f981527a0ec51d344ab9f2511298745 Mon Sep 17 00:00:00 2001 From: I569192 Date: Fri, 27 Mar 2026 14:10:52 +0100 Subject: [PATCH] add plugin entry to plugin page --- plugins/_menu.md | 1 + plugins/index.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/plugins/_menu.md b/plugins/_menu.md index 3fb84d2b0a..d4aef87915 100644 --- a/plugins/_menu.md +++ b/plugins/_menu.md @@ -13,3 +13,4 @@ # [CAP Operator for K8s](index#cap-operator-plugin) # [SAP Cloud Appl. Event Hub](index#event-hub) # [Advanced Event Mesh](index#advanced-event-mesh) +# [Process Automation](index#sap-build-process-automation) diff --git a/plugins/index.md b/plugins/index.md index 99c4eff116..fb4c5c2e07 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -423,3 +423,9 @@ Available for:
+ +## SAP Build Process Automation + +The @cap-js/process plugin allows you to interact with the Workflow API of SAP Build Process Automation. It provides annotations to interact with processes as well as a programmatic API. It can be used to manage the lifecycle of processes (e.g., start, cancel, suspend, resume) and to retrieve information on running and finished processes. + +[![Node.js](/logos/nodejs.svg 'Link to the plugin page.'){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/process)