Skip to content

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 = False
  • join: bool = False
  • priority: int | None = None
  • retries: int | None = None
  • timeout: float | None = None
  • label: str | None = None
  • description: str | None = None

Pool

  • name: str
  • capacity: int