Skip to content

Commit b8df82e

Browse files
committed
Translate workflow name to Spanish (multi_selection_edge_group)
1 parent 1f366f3 commit b8df82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/spanish/workflow_multi_selection_edge_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def select_targets(ticket: Ticket, target_ids: list[str]) -> list[str]:
133133

134134
workflow = (
135135
WorkflowBuilder(
136-
name="MultiSelectionEdgeGroup",
136+
name="SeleccionMultiple",
137137
description="One input can route to one-or-many targets via a selection function.",
138138
start_executor=parse_ticket,
139139
)

0 commit comments

Comments
 (0)