Editing a Registered Files Entry

You can edit a file entry after it has been added.

  1. Double-click a table row, or highlight a table row and select Edit from the multi-action button.

    The Edit file entry dialog box opens.

  2. Change the ID, usage, selected file, and path as required.

  3. If you have selected Output file in the Usage list, and the file is associated with a node, set the following options:

    • Importance: The Importance defines the existence condition for the output file.

      • Optional: The existence of this output file is optional and has no effect on the success of the node.

      • Required: The existence of this output file after the node execution finished is required. Otherwise, the node fails.

      • Indicates failure: Once one of these output files exists, the node is failed.

    • Wait for file: This option requires you to set the maximum runtime in the node. It waits until the expiration of this value, at the latest, even if the (executed) node has already finished.

      By default, the importance conditions are checked every one second. The interval of the check can be changed in the configuration settings.


      Note:  If only one of the registered files has the wait option set, but the associated files are not created, the node waits until the maximum runtime.


    • Match filename against regular expression: As an alternative to the file name, you can use a regular expression. In this case, the options are used for all output files that match the regular expression.

      Examples:

      • Files with the extension .txt: .*\.txt

      • Files with names that start with foo: foo.*

      • Files as regular expression with different extensions: ([a-zA-Z0-9\s_\\.\-\(\):])+(.txt|.zip|.pdf)

  4. To add or edit actions:

    1. Click Show action settings.

    2. If required, select a new action point from the list.

    3. Select an option from the Action list:

      • Receive: Restores the local file by retrieving the file content from an external location. For the Filesystem type, it's just a file copy command.

      • Send: Stores the local file by sending the file content to an external location.

      • Compress: Creates a GZIP archive from the local file content with the same file name and additional extension .gz. For example, foo.txt becomes foo.txt.gz.

      • Remove: Removes the local file from the file system.

    4. Change or add the Type and Path settings, if required.

    5. Click OK.

  5. To add a description, click Show description and enter the description into the text field.

  6. To save the changes and close the dialog box, click OK.