Skip to content

Commit a2d57a0

Browse files
committed
add print plugin
1 parent 14022fb commit a2d57a0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

plugins/_menu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
# [SAP Cloud Appl. Event Hub](index#event-hub)
1515
# [Advanced Event Mesh](index#advanced-event-mesh)
1616
# [Process Automation](index#sap-build-process-automation)
17+
# [Print](index#sap-print-service)

plugins/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,13 @@ Available for:
424424

425425
<div id="planned-plugins" />
426426

427-
## SAP Build Process Automation
427+
## SAP Build Process Automation <Beta />
428428

429-
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.
429+
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.
430430

431431
[![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)
432+
433+
## SAP Print Service
434+
The `@cap-js/print` plugin provides print service features through integration with the [SAP Print Service](https://api.sap.com/api/PRINTAPI/overview). It allows you to easily print documents through sending them to print queues.
435+
436+
[![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/print)

0 commit comments

Comments
 (0)