In the Repository View, you can query information related to workflows and projects, and also monitor the status.
The Repository Views enable you to:
Query workflow and project information
Monitor workflow execution status
Query generated results
The following repository APIs or views are available:
ODMR_USER_PROJECT_WORKFLOW repository view. This view provides information about the workflow, such as status, creation time, update time, and so on.ODMR_USER_WORKFLOW_ALL repository view.ODMR_USER_WORKFLOW_LOG repository view.ODMR_USER_WORKFLOW_NODES repository view.ODMR_USER_WORKFLOW_MODELS repository view.ODMR_USER_WF_CLAS_TEST_RESULTS repository view, you can query the generated classification results for a specific mining model in the last workflow run.ODMR_USER_WF_REGR_TEST_RESULTS repository view.ODMR_USER_WF_CLAS_TEST_RESULTS and ODMR_USER_WF_REGR_TEST_RESULTS by using the ODMR_USER_WF_TEST_RESULTS repository view.Parent topic: Using PL/SQL API to Manage Workflows