ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Sometimes tasks are created for which there is no associated '.ecf' file. During job generation checking via the python API, these tasks will show as errors. To suppress job generation errors, a task can be marked as a dummy task.

 the_task = ecflow.Task()
 the_task.add_variable("ECF_DUMMY_TASK","any")
  • No labels