# HG changeset patch # User Jeff Hammel # Date 1366090854 25200 # Node ID 16efbc1beed0e690bf54439c4b6bdd3bdbb2cbe7 # Parent 24417b83ef295a0060cdd722ef1668656c30c23b more notes diff -r 24417b83ef29 -r 16efbc1beed0 README.txt --- a/README.txt Mon Apr 15 22:14:49 2013 -0700 +++ b/README.txt Mon Apr 15 22:40:54 2013 -0700 @@ -1,21 +1,27 @@ IntentMadeManifest -=========== +================== -python workflow engine via directed graph +/python workflow engine via directed graph/ As risen from the stillborn ashes: http://k0s.org/mozilla/hg/MozbaseWorkflow/ +[TODO: ^port] Intents ------- -What is a directed graph? +/What is a directed graph?/ + +Several systems take the form of a directed graph: - dependencies - workflow + + + Potential Uses -------------- @@ -31,6 +37,12 @@ * workflow construction, execution, and curation: - [TODO] +* hybrid: of course, since IRL + `workflow = DAG; dependencies = DAG => ...` , + you can do some crazy things: + - actions: a class with method dependencies noted by decorators + (see actions.py) + Meta: - A Formal Definition of Data Flow Graph Models http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=1676696&contentType=Journals+%26+Magazines