Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: add folder_path placeholder #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/ticket-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Follow these steps to deploy the pre-built application using [UiPath Solutions M

![copy-folder-path](../../docs/sample_images/ticket-classification/copy-folder-path.png)

- Update the `_PLACEHOLDER` string in `main.py` (line 148) with the copied folder path
- Update the `FOLDER_PATH_PLACEHOLDER` string in `main.py` (line 148) with the copied folder path

### 3. Agent Setup and Publishing

Expand Down
2 changes: 1 addition & 1 deletion samples/ticket-classification/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def wait_for_human(state: GraphState) -> Command:
"AgentName": "ticket-classification "},
app_version=1,
assignee=state.get("assignee", None),
app_folder_path="Shared/escalation_app",
app_folder_path="FOLDER_PATH_PLACEHOLDER",
))

return Command(
Expand Down