run

method of dascore.workflow.task.Task source

run(
    self ,
    *args ,
    **kwargs ,
)-> ‘Any’

Execute the task. Subclasses must implement this.