>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #722
Update issue details
Title *
Description
Currently wait_for_parallel_branches uses ad-hoc fail_on_error=True boolean while JoinOperator has proper JoinMode enum (ALL_SUCCESS, ALL_OF, ANY_OF, ONE_SUCCESS). This creates API inconsistency. Current: wait_for_parallel_branches(fail_on_error=True) Proposed: wait_for_parallel_branches(join_mode=JoinMode.ALL_SUCCESS) Files: engine/tools/parallel_join.py, engine/platform_core/workflows/platform_bootstrap.py
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel