What's new

2024.2

Expanded SmartPost logging

You can now use the DebutOutput setting in the NgDP dispatcher to expand the SmartPost logging. If you turn on this setting, all requests to the NgDP service will be written to the workflow log.

See DebugOutput and Logging communication with the NgDP service.

Case activities

New ProcessName parameter in the StartProces and SendSmartPost activity effects

When you specify a process to be started by an activity effect, you can now use the process name instead of the process GUID. You can use the parameter if you want to run a case activity across different WorkZone environments, for example if you want to run the same case activity in both a test and a production environment. In this case, you cannot use the process GUID to identify the process to start because the GUID is unique to each environment.

See StartProcess and SendSmartPost activity effects.