Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 2 Configuring the TIBCO iProcess Objects Server : Audit Trail Parameters

Audit Trail Parameters
This dialog is from the Windows TIBCO iProcess Objects Server Configuration Utility. The configuration parameter names shown in the callouts are from the UNIX TIBCO iProcess Objects Server configuration file. This illustration provides a cross-reference to determine which fields to change when using the configuration utility.
The configuration parameters on this dialog can be used to specify the value that will be returned by various properties/methods on SWAuditStep (TIBCO iProcess Objects) or vAuditStep (TIBCO iProcess Server Objects) when specific actions are processed (start case, close case, etc.). These are actions that typically don’t have a corresponding step (resulting in an empty step name and description) or user (resulting in an empty user name). These strings are used in the audit trail for the stated actions. Note that you can specify a blank or empty field value for any of these parameters by assigning an empty string (“”) to the parameter.
StartCaseDescription
String that is written to the audit trail (SWAuditStep.Description property in TIBCO iProcess Objects; vAuditStep.getDescription method in TIBCO iProcess Server Objects) when a case start event (swStartCase) is processed.
Default: Case Start
StartCaseStepName
String that is written to the audit trail (SWAuditStep.Name property in TIBCO iProcess Objects; vAuditStep.getName method in TIBCO iProcess Server Objects) when a case start event (swStartCase) is processed.
Default: Case Start
TerminationUser
String that is written to the audit trail (SWAuditStep.User property in TIBCO iProcess Objects; vAuditStep.getUser method in TIBCO iProcess Server Objects) for close case (termination) events where the case is not manually closed (swTermAbnormal and swTermNORMAL).
Default: System
TerminationDescription
String that is written to the audit trail (SWAuditStep.Description property in TIBCO iProcess Objects; vAuditStep.getDescription method in TIBCO iProcess Server Objects) for all close case (termination) events (swTermAbnormal, swTermPremature, and swTermNORMAL).
Default: Termination
TerminationStepName
String that is written to the audit trail (SWAuditStep.Name property in TIBCO iProcess Objects; vAuditStep.getName method in TIBCO iProcess Server Objects) for all close case (termination) events (swTermAbnormal, swTermPremature, and swTermNORMAL).
Default: Termination
SuspendedDescription
String that is written to the audit trail (SWAuditStep.Description property in TIBCO iProcess Objects; vAuditStep.getDescription method in TIBCO iProcess Server Objects) for case suspend events (swSuspendedBy).
Default: Case Suspended
SuspendedStepName
String that is written to the audit trail (SWAuditStep.Name property in TIBCO iProcess Objects; vAuditStep.getName method in TIBCO iProcess Server Objects) for case suspend events (swSuspendedBy).
Default: Case Suspended
ResumedDescription
String that is written to the audit trail (SWAuditStep.Description property in TIBCO iProcess Objects; vAuditStep.getDescription method in TIBCO iProcess Server Objects) for case resume events (swResumedBy).
Default: Case Activated
ResumedStepName
String that is written to the audit trail (SWAuditStep.Name property in TIBCO iProcess Objects; vAuditStep.getName method in TIBCO iProcess Server Objects) for case resume events (swResumedBy).
Default: Case Activated
JumpToStepName
String that is written to the audit trail (SWAuditStep.Name property in TIBCO iProcess Objects; vAuditStep.getName method in TIBCO iProcess Server Objects) for jump to events (swCaseJumpBy).
Default: Jump To
 

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.