Skip to content

Add reference guides for maestro case skill#155

Draft
song-zhao-25 wants to merge 1 commit intomainfrom
feat/maestro-case-variable-binding-guide
Draft

Add reference guides for maestro case skill#155
song-zhao-25 wants to merge 1 commit intomainfrom
feat/maestro-case-variable-binding-guide

Conversation

@song-zhao-25
Copy link
Copy Markdown

Summary

  • Adds four reference guides under skills/uipath-maestro-case/references/ to support the maestro case skill (under development)
  • global-variable-guide.md: How to collect and populate root.data.uipath.variables.inputOutputs[] from trigger outputs and rule references, with orphan cleanup
  • task-json-builder-guide.md: How to build task JSON for all types (process, action, agent, connector activity/trigger, timer) with inline binding construction and dedup
  • trigger-json-builder-guide.md: How to build trigger node JSON for manual, timer, and event triggers with connector binding construction
  • hook-input-guide.md: How to populate input values for all task types, including accepted value formats (=vars., =metadata., =js:, etc.)

Test plan

  • Review each reference guide for accuracy against FE source of truth
  • Verify JSON examples match actual case-tool CLI output
  • Confirm binding dedup logic matches FE behavior

🤖 Generated with Claude Code

…stro case skill

Adds four reference guides:
- global-variable-guide.md: variable collection from triggers/rules,
  orphan cleanup, and updating inputOutputs
- task-json-builder-guide.md: task JSON structure for all task types
  with inline binding construction and dedup
- trigger-json-builder-guide.md: trigger node JSON for manual, timer,
  and event triggers with inline connector binding construction
- hook-input-guide.md: how to populate input values for all task types
  including non-connector (value field) and connector
  (body/pathParameters/queryParameters/filters/parameters)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant