woom.workflow.Workflow.is_task_skipped

woom.workflow.Workflow.is_task_skipped#

Workflow.is_task_skipped(task_name)[source]#

Is this task skipped?

A task is skipped when its skip flag is set to True in tasks.cfg, or when its name appears in the runtime skip list ([stages] skip in workflow.cfg or --skip on the CLI).

Skipped tasks are never submitted but remain in the task tree so that their artifact paths are still accessible to downstream tasks.