...
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 the file. | Security (AD) Choice | Added Workflow Object that has the following optionswihout 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 allows configuration of the security option on the process. The Domain and either a User Name or Group Name can be specified, after selecting the security Mode:
| Security Info | 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. |
...
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 |
| 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. Email | |||
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
Enhanced the Add Barcode workflow object so that (1) it renders the barcodes at native image resolution for raster images (tiff, jpgs, etc.), and (2) for PDF files, it will embed the barcode image at a higher resolution 300 dpi. This should dramatically improve the quality of the barcodes across the board.Added an Anti-Alias option to the Add Barcode object to help smooth out the human-readable text font. This option should be used with caution, because it may also dither the barcode bars and lead to less crisp bars.
Changed code so GUI will still open if ABBYY is not found, but a warning message will display every time. Any functions that use OCR will generate an “ABBYY OCR Engine not found” error if they are attempted to be used.
Added a Force Dispose to the log handler in the API Client object.
...