Archive activity map input

About this task

To map the input of the Archive activity complete the following steps:

Procedure

  1. Select the Map Inputs task in the Checklist. The Map Inputs task is displayed. The archiveEntries input parameter is displayed in the To Activity pane.
  2. Map variables to the nodes of the archiveEntries input parameter. See Creating a Map for general instructions on mapping. The archiveEntries/entry node is a recurring node and each entry represents a either a single file or directory in the archive. The nodes of the archiveEntries/entry node are described in the following table:
    Node Name Required xsd Type Description
    name Yes string Specifies the name of the directory or file to be added to the archive. If the file or directory is located in a sub-directory, the value of the name node must contain the directory path of the file in addition to the file name. For example, to specify the file called file1.txt located in the directory called cat, specify the value: cat/file1.txt.
    datetime No dateTime Specifies the creation date and time of the file or directory to be added to the archive.
    isdirectory No boolean Specifies if the current entity is a directory or a file:
    • true specifies the entity is a directory
    • false specifies the entity is a file
    content No base64Binary Specifies the contents of the file or directory.
    size No decimal Specifies the size of the file or directory.
    userid No string Specifies the user ID of the file or directory.
    groupid No string Specifies the group IDof the file or directory.
    permissions No string Specifies the permissions of the file or directory.

What to do next

Map the output of the activity.



Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


https://www.ibm.com/support/knowledgecenter/en/SS3LC4_7.5.3/com.ibm.wci.doc/archive_activity_mapping_input.html