...
New Workflow Objects
New Workflow Objects | Description | Parent Menu | |||
---|---|---|---|---|---|
Clear Directory | Allows This workflow object allows files to be deleted, but leave leaves subfolders intact. Option also added can be selected to recursively delete files from subfolders. | File/Folders | |||
Wait Waits for File | This workflow object waits for file or wildcard to arrive and then continues . It does not load wihout loading the file. | Security (AD) Choice | Added Workflow Object that has the following options:
| Security Info | File/Folders |
Get Temp File | 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:
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 |
...
Modified Workflow Objects
Enhanced Modified Workflow Objects | Description | Process Editor Menu | |||
---|---|---|---|---|---|
Delete Directory | Enhanced workflow object so that the “c:\” root folder and any directory in “c:\windows\...” are protected from deletion or clearing. | Mode setting | Added a Conditional option to the object Mode setting, so objects can be conditionally skipped, quit, etc. when a specific condition is met. | Security | Updated Security objects so they support either a standard domain (domainname) or LDAP string (“OU=OrgUnit,DC=Domain,DC=local, etc”). When using any string that contains an equal (=) sign, the string must be wrapped in quotes to prevent the expression parser from treating it as an expression. The UI will attempt to add quotes if they are missing. File/Folders |
Brightness | Added “Sample File” and “Preview to Contrast” to the Brightness object. | Color | |||
Email Output | Added “CC” (carbon copy) and “BCC” (blind copy) options. | Temp File | 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 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. | ||
Import and Export Nodes | Allows for portions of a process to be exported and imported. | Edit | |||
Add Barcode |
| API Client | Added a Force Dispose to the log handler. | Documents |
All WorkPath Versions
Fixed minor field label issue on FTP configuration screen.
Workflow Editor “Tool Objects” menu renamed to “Workflow Objects”.
Added Increase/Decrease Number correction. Allows a number to be increased or decreased by a specific value.
Added a new “Conditional” selection to the Mode setting for workflow objects found on the Process Editor ribbon. This setting allows workflow objects to be skipped, or quit, etc. when a specific condition is met.
Added Encode/Decode Corrections:
o HTML Encode
o HTML Decode
o URL Encode
o URL Decode
o Java Script String Encode
o XML Encode
...
Fixed an issue with Truncate Number correction where an internal IsDecimal function failed when the decimal was not equal to two places.
Fixed an issue where a process that is part of a sub-job set caused the same object to get processed over and over.
Fixed an internal error logging issue during large-volume processing that prevented a message queue from being cleared.
Fixed an issue so that sub-jobs in the Metric Job List are displayed correctly under the original file in Reporting.
Fixed an issue in the Load File object where no error was generated when a file did not exist.
Fixed an issue where a WorkPath process continued in the background when the application was closed, which prevented reopening of application.
WorkPath Desktop Enhancements
...