From ed903da02f981527a0ec51d344ab9f2511298745 Mon Sep 17 00:00:00 2001 From: I569192 Date: Fri, 27 Mar 2026 14:10:52 +0100 Subject: [PATCH 1/3] 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) From 66f4d61b0c34e8e2e9976fac9dce0e03c2e75233 Mon Sep 17 00:00:00 2001 From: I569192 Date: Fri, 10 Apr 2026 10:32:36 +0200 Subject: [PATCH 2/3] polish --- plugins/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/index.md b/plugins/index.md index fb4c5c2e07..22508b280f 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -424,8 +424,8 @@ Available for:
-## SAP Build Process Automation +## 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. +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) From 2b0665ba8bf9866eb04443ee7d9bc3bff9192360 Mon Sep 17 00:00:00 2001 From: Rene Jeglinsky Date: Tue, 14 Apr 2026 06:48:57 +0200 Subject: [PATCH 3/3] docs: apply language edits to SAP Build Process Automation section - Replace 'allows you to interact' with 'lets you interact' - Replace passive 'It can be used to' with active 'Use it to' - Replace 'e.g.,' with 'for example' per SAP style guide - Tighten 'annotations to interact with processes as well as a programmatic API' - Trim sentence length to stay within 25-word target --- plugins/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/index.md b/plugins/index.md index 22508b280f..52f07d16ac 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -426,6 +426,6 @@ 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. +The `@cap-js/process` plugin lets you interact with the Workflow API of SAP Build Process Automation. It provides annotations and a programmatic API for working with processes. Use it to manage the lifecycle of processes — for example, to start, cancel, suspend, or resume them — and to retrieve information about 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)