Workbench provides the ability to record process instances
as they execute at runtime and then play them back to observe the
behavior of the process. (See Workbench Help.) To conserve space
on the LiveCycle server's file system, you can limit the amount
of process recording data that is stored. You can configure the
following properties of the Audit Workflow Service service (AuditWorkflowService):
- maxNumberOfRecordingInstances:
- The maximum number of recordings that are stored. When the
maximum number is stored, the oldest recording is removed from the
file system when a new recording is created. This property is useful
if you tend to create many recordings and you want to remove old recordings
automatically. The default value is 50.
- MaxNumberOfRecordingEntries:
- The maximum number of data entries that can be stored for
each recording. Data entries are information about operations in
the process. Several entries are stored for each execution of an
operation, such as whether the operation started, whether the operation
completed, and whether the route that leads to the operation is
complete. This property is useful when processes can include many
operation executions, for example, when an endless loop is encountered.
The default value is 50.
|
|
|