Source: factory.workflow/ObjWorkflowGateFanIn.py
GATE-FAN-IN Node — Fan-In Aggregation Pattern
Waits for all parallel branch TaskGuids to reach Status=DONE before
allowing the main workflow to continue past this gate.
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: dict, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> tuple |