edoc automate Release Notes

edoc automate Build 26.5.4

This release gives you new options for the dynamic configuration of data sources, for example to show or hide parameters. In addition, numerous new actions are available for working with files and directories. The time input of the DateTimeInput component has also been improved.

In addition, a bug has been fixed that prevented tasks in edoc automate workflows from being opened under certain circumstances.

New functions and enhancements

ID 12032: Update parameters of data sources based on entered values

You can now configure data source parameters dynamically. If you change a parameter, you can adjust other parameters, e.g. to show or hide the parameters.


ID 17064: Implement additional actions for working with a file system (fs)

New actions for interacting with files and directories are provided. You can use the new actions to create, check and read files and directories.

The following new actions are available:

  • Exists: Checks whether a file or directory exists.

  • Append: Inserts new content at the end of a file.

  • List: Lists the contents of a directory.

  • Stat: Returns information on the specified directory or file.

  • Create: Creates a specified directory or file (recursively).

  • IsFile: Checks whether the specified path was a file.

  • IsDir: Checks whether the specified path has become a directory.


ID 17075: Set step size to "1" when changing the minutes of the "DateTimeInput" component

The step size for the minute selection in the DateTimeInput component has been reduced from 5 minutes to 1 minute. This change improves accuracy when entering times and increases user-friendliness in forms and time control.

Bug fixes and improvements

Normal ID 19051: Tasks from edoc automate workflows can suddenly no longer be opened

The validation of workflow tasks on opening has been revised and no longer checks whether "http" or "https" has been specified in the URL for a user's task.