Process Automation

Landmark Admin node no longer logs exported data

When the Landmark Admin node performs a DB export and when Export to Variable is selected, the exported data is no longer logged to the work unit log.

An Assign node can be added to the flow that runs this script if export data has to be logged: processlog.info(dataExportVariable);

Standard JavaScript APIs can be used to log partial data as well, for example, by using the substring() method.

Workflow Transaction Report

These enhancements have been made in Work Units > Tracking:
  • A new column has been added to the work unit list displayed at the top. The new column is the name of the IPA Service that was triggered.
  • On the Actions list, the Action Taken By column has been renamed to Actor ID to make it clear that this column is not the name of the user.
  • On the Actions list, the User Name column has been added. This is the first name and last name of the user that took the action.