woom.workflow.Workflow.is_task_skipped#
- Workflow.is_task_skipped(task_name)[source]#
Is this task skipped?
A task is skipped when its
skipflag is set toTrueintasks.cfg, or when its name appears in the runtime skip list ([stages] skipinworkflow.cfgor--skipon the CLI).Skipped tasks are never submitted but remain in the task tree so that their artifact paths are still accessible to downstream tasks.