Commit 8f9d58f
fix: clarify connection constraints for parallel execution support (#568)
- Changed 'One connection per output port' from forbidden to required as 'At least one'
- Aligns schema documentation with actual parallel execution capabilities
- Updated both START_OUTPUT and NON_END_OUTPUT rules to use 'at least one' instead of 'exactly one'
- Applied to both workflow-schema.json and workflow-schema-basic.json
Relates to #564
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 4f58332 commit 8f9d58fCopy full SHA for 8f9d58f
4 files changed
+16-16Lines changed: 16 additions & 16 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- resources
Expand file treeCollapse file tree
Open diff view settings
Collapse file
resources/workflow-schema-basic.json
Copy file name to clipboardExpand all lines: resources/workflow-schema-basic.json+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
475 | 475 | |
476 | 476 | |
477 | 477 | |
478 | | - |
479 | | - |
| 478 | + |
480 | 479 | |
481 | 480 | |
| 481 | + |
482 | 482 | |
483 | 483 | |
484 | 484 | |
| ||
617 | 617 | |
618 | 618 | |
619 | 619 | |
620 | | - |
| 620 | + |
621 | 621 | |
622 | 622 | |
623 | 623 | |
624 | 624 | |
625 | | - |
| 625 | + |
626 | 626 | |
627 | 627 | |
628 | 628 | |
|
Collapse file
resources/workflow-schema-basic.toon
Copy file name to clipboardExpand all lines: resources/workflow-schema-basic.toon+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
321 | 321 | |
322 | 322 | |
323 | 323 | |
324 | | - |
325 | | - |
| 324 | + |
| 325 | + |
326 | 326 | |
327 | 327 | |
328 | 328 | |
| ||
421 | 421 | |
422 | 422 | |
423 | 423 | |
424 | | - |
| 424 | + |
425 | 425 | |
426 | 426 | |
427 | | - |
| 427 | + |
428 | 428 | |
429 | 429 | |
430 | 430 | |
|
Collapse file
resources/workflow-schema.json
Copy file name to clipboardExpand all lines: resources/workflow-schema.json+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
469 | 469 | |
470 | 470 | |
471 | 471 | |
472 | | - |
473 | | - |
| 472 | + |
474 | 473 | |
475 | 474 | |
| 475 | + |
476 | 476 | |
477 | 477 | |
478 | 478 | |
| ||
599 | 599 | |
600 | 600 | |
601 | 601 | |
602 | | - |
| 602 | + |
603 | 603 | |
604 | 604 | |
605 | 605 | |
606 | 606 | |
607 | | - |
| 607 | + |
608 | 608 | |
609 | 609 | |
610 | 610 | |
|
Collapse file
resources/workflow-schema.toon
Copy file name to clipboardExpand all lines: resources/workflow-schema.toon+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
433 | 433 | |
434 | 434 | |
435 | 435 | |
436 | | - |
437 | | - |
| 436 | + |
| 437 | + |
438 | 438 | |
439 | 439 | |
440 | 440 | |
| ||
533 | 533 | |
534 | 534 | |
535 | 535 | |
536 | | - |
| 536 | + |
537 | 537 | |
538 | 538 | |
539 | | - |
| 539 | + |
540 | 540 | |
541 | 541 | |
542 | 542 | |
|
0 commit comments