Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.13 KB

Arcaflow Example Workflows

This repo contains workflows created and maintained by the Arcaflow team. The basic examples show how to use particular features of workflows. The advanced examples provide more complex real-world use cases.

Note

The Arcaflow engine executes the steps of a workflow via deployers for one or more container platforms, such as Podman, Docker, or Kubernetes. Arcaflow's default deployer is Podman. To override this default, specify a configuration file via the --config option on the arcaflow command line. A basic Docker config file is included in this repo's root directory and can be used with any of these example workflows.

Contributing

You can test your workflows locally using a cluster on your machine. See the local development documentation.