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
6 stars 9 forks source link

Namespaced scopes #167

Closed jaredoconnell closed 2 months ago

jaredoconnell commented 3 months ago

Changes introduced with this PR

This PR utilizes the namespaced scopes features added to the Go SDK. It applies scopes from all of the steps.

The best examples are in the workflow_test.go file.

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