Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,9 @@ Available for:
<div id="upcoming-plugins" />

<div id="planned-plugins" />

## 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)
Loading