Database Schema Reference
Appendix
B
Engine Database Schema
353
Table B-34
WFHProcessLog
Name
Index
Null?
Type
Description
ID
NUMBER(38)
Unique identifier for the process instance
in this engine.
PROCNAME
VARCHAR2(64)
The name of the process definition of
which this process is an instance.
SUBMITTIME
DATE
Date and time the process instance was
begun.
PARENTACTIVITY
NUMBER(38)
For a subprocess, the activity ID of the
subprocess activity instance in the parent
process that invoked this process. The
value is 0 if this is not a subprocess.
PARENTPROCID
NUMBER(38)
For a subprocess, the process ID for the
process instance that started this process
instance. The value is 0 if this is not a
subprocess.
ROOTPROCID
NUMBER(38)
For a subprocess, the process ID for the
process instance that ultimately started
this process (the parent of the parent of
the parent … of this process, up to the
original process that is not a subprocess).
The value is 0 if this is not a subprocess.
LOGTIME
DATE
Time of this logging.
PARENTENVIRONMENT
VARCHAR2(64)
The name of the parent environment for
the parent process instance indicated by
PARENTPROCID.
PARENTENGINE
VARCHAR2(64)
The name of the engine containing the
parent process instance indicated by
PARENTPROCID.
Содержание iPlanet Integration Server 3.0
Страница 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Страница 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Страница 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Страница 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Страница 82: ...iIS Console Main Window Command Summary 82 iPlanet Integration Server Process System Guide August 2001...
Страница 156: ...Performing Application Upgrades 156 iPlanet Integration Server Process System Guide August 2001...
Страница 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Страница 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Страница 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...