Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The script file can be any file.(i.e. .ecf, .py). If you want to use pure python tasks, then add the following variables. 

Code Block
edit ECF_EXTN .py.  # search for files matching task name and extension .py

This is required since the default extension is '.ecf'. For more examples see the cookbook

ecFlow looks for files using the following search process when trying to locate the '.ecf' associated with a task.

...