Skip to content

docs(uipath-maestro-flow): add fast-path flow example#409

Open
kab0rn wants to merge 1 commit intoUiPath:mainfrom
kab0rn:codex/maestro-flow-fast-path-template
Open

docs(uipath-maestro-flow): add fast-path flow example#409
kab0rn wants to merge 1 commit intoUiPath:mainfrom
kab0rn:codex/maestro-flow-fast-path-template

Conversation

@kab0rn
Copy link
Copy Markdown

@kab0rn kab0rn commented Apr 27, 2026

Summary

  • Add a validator-clean decision-branch.flow example for the common manual trigger -> script -> decision -> branch scripts -> End-node pattern.
  • Document the example as the fast path for common branching flows and clarify when agents should avoid inline node add --input shell-escaping loops.
  • Add helper pytest coverage for the example topology, outputs, definitions, and horizontal layout.

Why

Agents building Flow projects can lose time fighting inline JSON quoting for $vars, template literals, and multiline scripts. A complete .flow baseline gives them a copyable, validated starting point for a common branching pattern while preserving the Direct JSON default.

Refs #114

Validation

  • git diff --check
  • bash hooks/validate-skill-descriptions.sh skills/uipath-maestro-flow/SKILL.md
  • python3 -m pytest tests/tasks/uipath-maestro-flow/_shared -q
  • npx -y @uipath/cli@latest maestro flow validate skills/uipath-maestro-flow/references/examples/decision-branch.flow --output json

@kab0rn kab0rn force-pushed the codex/maestro-flow-fast-path-template branch from 8dcf562 to e20247a Compare May 1, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants