Skip to content

Conversation

@akraminakib
Copy link
Member

@akraminakib akraminakib commented Feb 12, 2026

https://uipath.atlassian.net/browse/AG-700

  • Allows consumers of agent flow to pass error cta action metadata (label & icon) on a per resource level
  • Provides a way to give a callback which gets invoked when a cta action is clicked from the toolbar. This will allow consumers to route to the right logic from checks on their end
Screen.Recording.2026-02-12.at.2.27.56.PM.mov

@akraminakib akraminakib changed the title feat(apollo-react): allow passing in error cta to agent flow nodes feat(apollo-react): allow passing in error cta to agent flow nodes [AG-700] Feb 12, 2026
@github-actions
Copy link

github-actions bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-canvas 🟢 Ready Preview, Logs Feb 12, 2026, 12:31:17 PM
apollo-ui-react 🟢 Ready Preview, Logs Feb 12, 2026, 12:29:30 PM
apollo-vertex 🟢 Ready Preview, Logs Feb 12, 2026, 12:30:12 PM
apollo-wind 🟢 Ready Preview, Logs Feb 12, 2026, 12:29:15 PM

@github-actions
Copy link

github-actions bot commented Feb 12, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@akraminakib akraminakib added the dev-packages Adds dev package publishing on pushes to this PR label Feb 12, 2026
@github-actions
Copy link

github-actions bot commented Feb 12, 2026

📦 Dev Packages

Package Status Updated (PT)
@uipath/apollo-react@3.30.3-pr218.6d0adb1 🟢 Published Feb 12, 2026, 12:31:38 PM

const actions: ToolbarAction[] = [removeAction, ...(errorAction ? [errorCtaAction] : [])];

const overflowActions: ToolbarAction[] = [
...(data.type !== 'memorySpace' ? [toggleBreakpointAction] : []),
Copy link
Member Author

@akraminakib akraminakib Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In SW form editor, memory spaces now accept breakpoints, so I'm removing this logic here which inhibited that functionality on the canvas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-packages Adds dev package publishing on pushes to this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant