
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@5minds/processcube_engine
Advanced tools
Die 5Minds Engine ist eine Stand-alone Anwendung, die für das Ausführen der mit dem Studio modellierten Prozesse zuständig ist.
Sie kann entweder als globales NPM Paket, oder als Docker Container verwendet werden.
Ausführliche Anwendungsbeispiele finden sich in den Code Docs.
v16.13.xv18.15.xFalls PostgreSQL oder MS SQL Server als Datenbank verwendet werden, muss eine entsprechende Instanz erreichbar sein.
Installation:
npm install -g @5minds/processcube_engine
Starten:
processcube-engine
Die Engine ist nun unter http://localhost:10560 erreichbar.
Über den Browser ist auf diesem Wege eine vollumfängliche Dokumentation der Engine API verfügbar.
Hinweis:
Falls der Befehl processcube-engine unter Windows nicht funktioniert, bitte sicherstellen, dass PATH korrekt gesetzt wurde.
Auch muss die Command Shell mit Administratorrechten gestartet werden.
Ein Docker Image ist auf Dockerhub verfügbar.
Zum schnellen Starten eines Containers kann folgender Befehl genutzt werden:
docker run -p 10560:80 5minds/processcube_engine
Sollte das Image noch nicht lokal vorhanden sein, wird es vorher heruntergeladen.
Weitere Infos zur Verwendung mit Docker:
Standardmäßig nutzt die Engine die interne SQLite Konfiguration.
Eine eigene Konfigurationsdatei kann mit der Umgebungsvariable CONFIG_PATH gesetzt werden.
Beispiel:
CONFIG_PATH=/<path_to_configfile>/<filename>.json processcube-engine
Eine ausführliche Anleitung findet sich in unserer Konfigurationsanleitung.
Auch ist ein Set an Beispielkonfigurationen verfügbar.
Die Engine speichert ihre lokalen Dateien in folgendem Verzeichnis:
| Platform | Folder Path | 
|---|---|
| macOS | /Users/<Username>/.processcube/engine | 
| Linux | /home/<Username>/.processcube/engine | 
| Windows | c:\Users\<Username>\.processcube\engine | 
Die per Default verwendete SQLite Datenbank befindet sich an diesem Ort.
Ausführliche Beispiele und Dokumentationen finden sich auf processcube.io
FAQs
The ProcessCube Engine. Stores and executes BPMNs.
The npm package @5minds/processcube_engine receives a total of 3,444 weekly downloads. As such, @5minds/processcube_engine popularity was classified as popular.
We found that @5minds/processcube_engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.