Skip to content
Snippets Groups Projects
Commit 8ef1b72c authored by Eric Boix's avatar Eric Boix
Browse files

Update Worflow.md

parent 360dd2a4
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,15 @@
- [ArgoProj](https://github.com/argoproj)
* Pros: directory structured inputs/outpus
* [DAGs](https://en.wikipedia.org/wiki/Directed_acyclic_graph) workflows
* ArgoWorkflows is a container-native workflow engine for orchestrating jobs on Kubernetes
- Salient [Features for NumExp](https://github.com/argoproj/argo-workflows#features)
* Java/Golang/Python SDKs
* CLI
* DAG or steps based declaration of workflows with: loops, parameterization, conditionals, timeouts, exit hooks
* Robustness: Retry, Resubmit (memoized), Suspend & Resume, Cancellation
* Native Artifact support (S3, Artifactory, Alibaba Cloud OSS, HTTP, Git, GCS, raw)
* K8s resource orchestration (Volumes)
- [OGC API - Processes](https://ogcapi.ogc.org/processes/): the :OGC API - Processes" specification defines
* how a client application can request the execution of a process,
* how the inputs to that process can be provided, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment