Home Developers Release NotesOpenBots Server v1.4.0 Release Notes

OpenBots Server V1.4.0 Release Notes
[New Features]
  • OpenBots Server
    • Agent Specific/Global Asset Values
      • Assets now have values specific Agents, minimizing the number of assets needed for commonly stored data.
      • Agent’s requesting an Asset value without an assigned specific value will retrieve the Global default.
    • Agent Groups
      • Agents can now be organized into a group for scheduling purposes. Utilize the added slider during Schedule creation/editing to select from the Agent Groups dropdown.
      • A single job will be created and assigned to the first Agent from the group to respond. This allows for deployments across a pool of compatible machines.
    • Automation Parameters
      • Automations can now have parameters set during editing that will be used to pre-fill schedule parameters when a new schedule is being created.
      • This ensures that the automation is being passed the values it requires for it’s execution.
    • Search Boxes
      • Search boxes have been provided throughout the Server to assist users with finding specific resources.
[Fixes]
  • OpenBots Server
    • General Error Reporting
      • Errors throughout the Server are now reported to the user in a much more descriptive manner.
    • Swagger Documentation
      • The Swagger documentation has been adjusted to follow standardized syntax and will now properly load for editing.
    • Entity folders will now properly be removed when deleting component files.
    • The QueueItem export API has been adjusted to properly call the provided endpoint and provide the user the selected file.
    • Schedule/Job parameters can no longer contain duplicate name values.
[Known Issues]
  • OpenBots Server
    • Downloading directly from the File Manager is not currently working due to component isolation restrictions. We plan to lift these in v1.4.1 as we add in additional functionality. Please export desired files from the linked component directly.
    • Agent-Specific Assets for File type assets will occasionally conflict with the Global Asset. This will be resolved in a coming hotfix patch.
    • Queue Items are not currently being set to their expired state at the proper interval. This will be addressed in a coming hotfix patch.
    • Files uploaded to the File Manager by a user may not be set to the proper parent folder.
    • Recurring schedules are currently based on UTC time, and will require adjustments to factor in the user’s timezone during scheduled execution.