You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified UiPathExecutionRuntime API by removing the execution_id parameter.
The execution_id is now extracted from the log_handler when needed, reducing
parameter duplication and making the API cleaner.
Changes:
- Removed execution_id parameter from __init__
- Get execution_id from log_handler.execution_id when needed
- Updated execute() and stream() methods to use log_handler.execution_id
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments