Node options¶
The keyword options @wf.node() accepts, and the fields of a
Pool. Generated from the signature of Workflow.node() and from
the Pool dataclass, so the defaults here are the defaults that
run. What each option is for is in
Writing a workflow.
@wf.node(...)¶
start: bool = Falsejoin: bool = Falsepriority: int | None = Noneretries: int | None = Nonetimeout: float | None = Nonelabel: str | None = Nonedescription: str | None = None
Pool¶
name: strcapacity: int