arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
7 stars 9 forks source link

Python module was calling system.exit instead of returning exit status to the caller #67

Closed tsebastiani closed 1 year ago

tsebastiani commented 1 year ago

Changes introduced with this PR

The python module must return the exit status to the caller that can exit or call the engine multiple times after the first execution.

By contributing to this repository, I agree to the contribution guidelines.