Table of Contents

Search

  1. Preface
  2. Model Repository (MRX) Views
  3. Profiling Warehouse Views
  4. Business Glossary Views

Database View Reference

Database View Reference

MRX_WF_STAT_SUMMARY

MRX_WF_STAT_SUMMARY

The MRX_WF_STAT_SUMMARY view provides information about the run-time statistics of the Workflow runs.
The following table describes the columns in the MRX_WF_STAT_SUMMARY view:
Column Name
Datatype
Description
STAT_ID
VARCHAR
ID of the statistic.
PARENT_STAT_ID
VARCHAR
ID of the parent statistic.
OBJECT_ID
VARCHAR
The UUID of the corresponding WorkflowStat.
WF_DEFINITION_NAME
VARCHAR
Name of a Workflow definition.
STATE,
NUMBER
State of the workflow associated with this RequestStat.
STATE_DESC
VARCHAR
State Description. The value such as 'RUNNING', 'COMPLETED', 'FAILED', 'ABORTED', 'TIMEOUT', 'CANCELED', 'UNKNOWN','RUNNING_RECOVERY', 'COMPLETED_RECOVERY', 'FAILED_RECOVERY', and 'TBD'.
START_TIME
NUMBER
Workflow start time.
END_TIME
NUMBER
Workflow end time.
SERVICE_NAME
VARCHAR
Data Integration Service name.
NODE_NAME
VARCHAR
The node that generates this statistics.
USERNAME
VARCHAR
The User who generates this statistics.
SECURITYDOMAIN
VARCHAR
Type of security domain.
OSPROFILENAME
VARCHAR
The OS Profile Name associated with a workflow.
LOG_ID
VARCHAR
Location for the workflow instance log.
RUN_ATTEMPT_COUNT
NUMBER
Attempt count for the workflow run.
ORCHESTRATOR_ENGINE
VARCHAR
Name of the Orchestrator engine.
APP_NAME
VARCHAR
Name of the Application associated with the Workflow.
APP_ID
VARCHAR
ID of the Application associated with the Workflow.
CREATED_TIME
NUMBER
Creation time of the associated application.

0 COMMENTS

We’d like to hear from you!