Worker
- description (str): Description of the node.
- node_id (Optional[str]): ID of the node. If not provided, it will be generated automatically. (default: :obj:
None)
class Worker(BaseNode, ABC):
None)def __init__(self, description: str, node_id: Optional[str] = None):
def __repr__(self):
def _get_dep_tasks_info(dependencies: List[Task]):
def set_channel(self, channel: TaskChannel):
def stop(self):