Skip to content

Commit f47df33

Browse files
intel352claude
andcommitted
fix: add step.branch to documentation + test fixture
- DOCUMENTATION.md: added step.branch row to step types table - plugin_test.go: added step.branch to expectedSteps list (50→51) Fixes CI failure on v0.3.49 release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe9f74d commit f47df33

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

DOCUMENTATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ flowchart TD
139139
| `step.validate` | Validates pipeline data against required fields or JSON schema | pipelinesteps |
140140
| `step.transform` | Transforms data shape and field mapping | pipelinesteps |
141141
| `step.conditional` | Conditional branching based on field values | pipelinesteps |
142+
| `step.branch` | Switch/case routing with inline sub-pipeline execution | pipelinesteps |
142143
| `step.set` | Sets values in pipeline context with template support | pipelinesteps |
143144
| `step.log` | Logs pipeline data for debugging | pipelinesteps |
144145
| `step.publish` | Publishes events to EventBus | pipelinesteps |

plugins/pipelinesteps/plugin_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func TestStepFactories(t *testing.T) {
8181
"step.parallel",
8282
"step.graphql",
8383
"step.secret_fetch",
84+
"step.branch",
8485
}
8586

8687
for _, stepType := range expectedSteps {

0 commit comments

Comments
 (0)