The following table lists each valid format character and the information
output when you include the format character in the string. The third
column indicates the source of the output data -- either a field in the
database table, information converted from a field in the database table,
or information gathered from the vwlog parameters. Note that date and
time fields print in the format specified via the Process Task Manager
in the Date/Time Mask parameter on the Process Engine,
or by the Process Engine's
operating system.
Format Character
Outputs...
From...
a
Occurrence Id
F_Uniqueld
A
Authored instruction ID
F_AuthWorkOrderld
b
Bound user name
F_BoundUser (converted to string)
B
Bound user ID
F_BoundUser
c
Work class name
F_WorkClassId (converted to string)
C
Work class ID
F_WorkClassId
d
Duration
F_Duration
e
Event number
F_EventType
E
Event name
F_EventType (converted to string)
f
Exposed fields
Exposed data fields, in the format fieldvalue1, fieldvalue2
F
Exposed fields with names
Exposed data fields with field names, in the format:
fieldname1=fieldvalue1,
fieldname2=fieldvalue2