Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

2.6 Process Instance Audit Information File

File name

swrba_audit.log

Use

Process instance audit information is output to this file as a result of executing the swrba_audit command. Information for a single process instance is displayed as a single record.

File Location

[Windows]

<Systemwalker Runbook Automation Management Server installation directory>\var\audit
Note: The default location is C:\Fujitsu\Systemwalker\SWRBAM.

[Linux]

/opt/FJSVswrbam/var/audit

File Format

Information is output in the following format:

"Time when the process instance started", "Person who started the process instance", "Name of the process instance", "Process instance state", "Time when the process instance ended", "Activity name", "Transition date/time", "Person in charge", "Status", "Selection result", ... ,"Exit node"

The following table explains the output items.

Item name

Output format

Description

Time when the process instance started

yyyy-mm-dd hh:mm:ss.sss

The time when the process instance started.

Person who started the process instance

ID of the person who started the process instance

The user ID of the user who started the process instance.

Name of the process instance

Name of the process instance

The name of the process instance.

Process instance state

Closed

The state of the process instance.

closed: Indicates that the process instance has ended

Time when the process instance ended

yyyy-mm-dd hh:mm.ss:sss

The time when the process instance ended.

Activity name

Activity name

The activity name.

Transition date/time

yyyy-mm-dd hh:mm:ss.sss

The date and time when processing transitioned to the activity. If processing has not transitioned to the activity, a blank space is displayed.

Person in charge

User ID or group ID

The user ID to which the task has been assigned. If processing has not transitioned to the activity, a blank space is displayed.

Status

COMPLETED

INITIAL

The status of the task.

COMPLETED: Indicates that the task has completed.

If processing has not transitioned to the activity, "INITIAL" is displayed.

Selection result

Arrow name

The name of the selected arrow. If processing has not transitioned to the activity, a blank space is displayed.

Exit node

Name of the exit node

The name of the exit node is displayed.

Example

In the following audit information output example, the name of the process instance is "Sample-1".

"2011-05-11 14:50:32.460","swrbaadmin","Sample-1","closed","2011-05-11 14:53:27.161","Activity1","2011-05-11 14:53:27.033","swrbaadmin","COMPLETED","Arrow2","Exit1"