Versions Compared

Key

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

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.

Code Block
 the_task = ecflow.Task()

...


 the_task.add_variable("ECF_DUMMY_TASK","any")