Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New Workflow Objects

Description

Parent Menu

Clear Directory

This workflow object allows files to be deleted, but leaves subfolders intact. Option can be selected to recursively delete files from subfolders.

File/Folders

Wait for File

This workflow object waits for file or wildcard to arrive and then continues wihout loading the file.

File/Folders

Get Temp File Path

This workflow object creates a path to a temporary file that is deleted when the process exits. This prevents filename collision or having to manually clean up temp files.

The Get Temp File object creates a unique temporary folder (TempFolder) and then returns three variables: TempFileName, TempFolder, and TempFilePath.

Anything in this folder path is purged when the process exits.

File/Folders

Security

This workflow object returns a variety of information about users and groups. User Info and Group Info functions return the LDAP path of the object, which can be useful in setting the Domain/LDAP path to a specific OU.

It uses the following options:

  • User Disabled

  • User Exists

  • User In Group

  • Group Exists

This object supports either a standard domain (domainname) or LDAP string (“OU=OrgUnit,DC=Domain,DC=local, etc”).

A Test button allows testing of the connection parameters.

Choices

...