diff --git a/plugins/_menu.md b/plugins/_menu.md index 3fb84d2b0..d4aef8791 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 99c4eff11..fb4c5c2e0 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. + +[{style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/process)