Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created October 21, 2015 22:13
Show Gist options
  • Save tonytan4ever/092a49e52d8aa84db2ac to your computer and use it in GitHub Desktop.
Save tonytan4ever/092a49e52d8aa84db2ac to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/tony7514/projects/new_workspace/testNPlayWith/TaskFlow/input_data_provider.py", line 52, in <module>
engines.run(flow, store={'param4': 'new param5'})
File "/Users/tony7514/projects/Rackspace/taskflow/taskflow/engines/helpers.py", line 222, in run
engine.run()
File "/Users/tony7514/projects/Rackspace/taskflow/taskflow/engines/action_engine/engine.py", line 159, in run
for _state in self.run_iter():
File "/Users/tony7514/projects/Rackspace/taskflow/taskflow/engines/action_engine/engine.py", line 185, in run_iter
self.validate()
File "/Users/tony7514/bin/python27/lib/python2.7/site-packages/fasteners/lock.py", line 291, in wrapper
return f(self, *args, **kwargs)
File "/Users/tony7514/projects/Rackspace/taskflow/taskflow/engines/action_engine/engine.py", line 291, in validate
cause=last_cause)
taskflow.exceptions.MissingDependencies: 'taskflow.patterns.linear_flow.Flow: flow name(len=3)' requires ['param2', 'param3'] but no other entity produces said requirements
MissingDependencies: '__main__.Task3==1.0' requires ['param2', 'param3'] but no other entity produces said requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment