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")