| Creates a new ToolInvocationFailedAuditEvent based
on the given activity unique key. The event will only partially be
initialized, i.e. only event type, time, activity key, process
key and process manager name will be filled in.
The constructor restricts itself to the data available as
unique key in order to support an implementation of
WfActivity that caches this data and can thus
provide it even in case of server failure (which may be part of
the cause for the tool invocation failure).
Parameters: auk - the activity's unique key. |