Source: factory.workflow/ObjWorkflowGateFanOut.py
GATE-FAN-OUT Node — Fan-Out Distribution Pattern
Distributes execution across multiple parallel branches. Each branch
is saved to stage_workflow (Status=PENDING) so that independent workers
can process them concurrently.
...
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: dict, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> tuple |