Configure a CMIS find document activity

  1. Add an activity to the map.

    By default, the Configuration tab is open in the properties panel of the activity.

  2. Change the default Name of the activity to something meaningful.
  3. On the Type list, select CMIS > CMIS find document.
  4. Configure the following properties.
    Location
    CMIS site

    The CMIS compliant site and the CMIS web service URL.

    Repository

    The folder in which to find the documents, such as Shared documents.

    A list of documents from the selected folder appears on the Type list.

    Type

    The document type.

    The relevant list of metadata populates.

    Search criteria

    The search criteria to use.

    Right-click on the editor to enter your search criteria.

    Note
    • The rule editor supports the following operators: AND, OR, and <>.
    • Specify string or date literals in single quotes. For example, Name(Metadata) = 'document1' ; CreationDate(Metadata)= '2009-11-11'
    • Use any of the following formats for LIKE and NOT LIKE operators:
      • NAME LIKE '%aa(processvariable)'
      • NAME LIKE 'aa(processvariable)%'
      • NAME LIKE '%aa(processvariable)%'
    Result
    Document details

    The variable that stores the search results.

  5. Save the process map.