Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datakurre/operaton-python

Python Script Task support for Operaton BPM with GraalPython
https://github.com/datakurre/operaton-python

Last synced: about 2 months ago
JSON representation

Python Script Task support for Operaton BPM with GraalPython

Awesome Lists containing this project

README

        

This simple project is meant as a jumping off point for a polyglot Python Java application on GraalVM.

To build a standalone native executable you need to use a [GraalVM JDK with Native Image](https://www.graalvm.org/downloads/) and run:

```
mvn package -Pnative
```