cloudmesh / cloudmesh-flow

Workflow for cloudmesh
Other
1 stars 1 forks source link

documentation incomplete #33

Open laszewsk opened 5 years ago

laszewsk commented 5 years ago

from Rob:

cms flow list (empty) cms flow node add a (adding a node) cms flow node add b cms flow list (see a & b in list) cms flow edge add a b cms flow list (see a & b in list with b in dependencies of a)

(now we move the flow file with a() and b() defined to the current working dir) cp github/cmv4/cloudmesh-flow/cloudmesh/flow/example/flow-flow.py workflow-flow.py cms flow run (starting a new node Node name:b dependencies:[] running command ['python', 'workflow-flow.py', 'b'] starting a new node Node name:a dependencies:[] running command ['python', 'workflow-flow.py', 'a'])