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
Implement a Unix-like SIGHUP reload mechanism in a UiPath project to dynamically reload configuration settings without stopping the running process. This feature will allow users to update configuration files and have the changes reflected in the workflow without restarting the UiPath robot.
Acceptance Criteria
The robot can detect a signal for changes to the configuration file without requiring a job restart.
The robot reloads configuration settings when triggered by an asset.
No interruption or downtime in the robot’s task execution during the reload process.
Subtasks
Implement asset for configuration changes.
Develop logic to reload the configuration dynamically.
Create a test case to verify correct behavior on config reload.
Write documentation
write publications
Related Issues / Dependencies
Related to: tbd
Depends on: tbd
The text was updated successfully, but these errors were encountered:
Description
Implement a Unix-like SIGHUP reload mechanism in a UiPath project to dynamically reload configuration settings without stopping the running process. This feature will allow users to update configuration files and have the changes reflected in the workflow without restarting the UiPath robot.
Acceptance Criteria
Subtasks
Related Issues / Dependencies
The text was updated successfully, but these errors were encountered: