metcarob/docker-executor-python

There is no license information available for the latest version (1.1.12) of this package.

Python executor for processmaker 4

1.1.12 2023-12-04 09:36 UTC

This package is auto-updated.

Last update: 2024-09-04 11:07:50 UTC


README

Looking at https://github.com/ProcessMaker/docker-executor-java/blob/develop/README.md for inspiration

Command line use

docker run --rm -it
processmaker4/executor-processmaker-python-4:v1.0.0
/bin/bash echo {} > data.json echo {} > config.json echo 'print("Hello World")' > Script.py ./run.sh cat output.json

#-v :/opt/executor/data.json #

-v :/opt/executor/config.json \

-v :/opt/executor/Script.py \

-v :/opt/executor/output.json \

processmaker4/docker-executor-java \

/opt/executor/run.sh

Get processmaker to generate image

Need to have processmaker running.

php artisan docker-executor-python:install