xWFL (XML-based WorkFlow Language)
Developed at the University of Melbourne a simple language for describing workflows with tasks, parameters and data dependency links. An example of a workflow document is esentially a list of tasks (which could be either executables or
Web Service operations) followed by a list of interconnections between them.
Formalism
Directed Acyclic Graph (
DAG)
Related