
Robot release notes
1.2.7
linkRelease date: 9 May 2022
What's New
linkRobotJS on Mac
linkThe Robot JavaScript SDK is available on macOS starting with the 1.2.7 release and comes bundled with the UiPath Assistant for Mac. More details can be found in the Robot JavaScript SDK documentation.
Retrieve Input Arguments Schema
linkinputArgumentsSchema
property of an installed process, you can retrieve its input arguments.
Partial Results in Apps
linkThe new Workflow Events activities pack contains a new activity, Send Interim Result, enabling a communication between UiPath Apps and processes for attended robots. These activities enable you to send interim process results (IPR), reducing the time to display process results.
This pack is meant to be used when the time to start a process is a bottleneck in your automation and you need to wait for an entire automation to complete in order to obtain the process results.
Improvements
linkLongPolling in JobStatus Request Handler
linkJobStatus
Request Handler uses the LongPolling mechanism.