feat(samples): add Connections sample app [APPS-35829] - #717
Open
anil-uipath wants to merge 1 commit into
Open
anil-uipath wants to merge 1 commit into
anil-uipath wants to merge 1 commit into
Conversation
Contributor
|
anil-uipath
force-pushed
the
feat/is-sample-app
branch
from
September 7, 2026 06:37
f52074c to
a3b3014
Compare
Contributor
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
anil-uipath
force-pushed
the
feat/is-sample-app
branch
from
September 7, 2026 07:02
a3b3014 to
6853af1
Compare
Contributor
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
Adds samples/connections-app, a React + TypeScript Coded App that browses UiPath connectors, inspects their connections and activities, and executes an activity against a live connection. The activity runner generates its input form from the connector's own object metadata, so nothing connector-specific is hard-coded. The live execute() snippet and the request actually sent are both derived from the same builtRequest value, so the snippet a user copies is the call they ran. Connections are always looked up within a folder, so a folder scope is required before a connector can be opened. Integration Service accepts a folder key or a folder path; state here is a mode plus a single value, so exactly one of them is set by construction rather than by validation. Targets @uipath/uipath-typescript@1.7.0-beta.2, which exposes connectors, connections, element metadata and activity execution from one /connections module. Also registers the app in the docs Template Gallery under a new Connections category. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
anil-uipath
force-pushed
the
feat/is-sample-app
branch
from
September 9, 2026 03:34
6853af1 to
b46f5ed
Compare
Contributor
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
maninder-uipath
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
samples/connections-app, a React + TypeScript Coded App for UiPath Connections: browse connectors, inspect their connections and activities, and execute an activity against a live connection.Screenshot
How it works
execute()snippet and the request actually sent come from the same value, so the snippet always matches the call.Setup
IS.Connections.Read,IS.Connectors.Read,OR.Users.Read@uipath/uipath-typescript@1.7.0-beta.2for the/connectionsmoduleRegistered in the docs Template Gallery under a new Connections category.
🤖 Generated with Claude Code