|
def | __init__ (self, step=None, outputs=None, workspace_type=None, group=None, node=None, name=None) |
|
def | __enter__ (self) |
|
def | __exit__ (self, type, value, traceback) |
|
def | workspace_type (self) |
|
def | add_output (self, output) |
|
def | add_outputs (self, outputs) |
|
def | set_step (self, step) |
|
def | get_step (self) |
|
def | output_list (self) |
|
def | outputs (self) |
|
A Task is composed of an execution step and zero or more outputs.
Tasks are executed in the context of a TaskGroup, which, in turn, can
be run by a Session.
Task outputs are fetched by the session at the end of the run.
Definition at line 408 of file task.py.