Main Content

processAdvisorWindow

Open standalone Process Advisor window for project

Description

processAdvisorWindow() opens the Process Advisor app for the current project. The app opens in a standalone window.

This function requires CI/CD Automation for Simulink Check.

example

Examples

collapse all

Open the Process Advisor app for a project.

Open the Process Advisor example project, which contains an example process model.

processAdvisorExampleStart

Open the Process Advisor app for the project.

processAdvisorWindow()
The standalone Process Advisor window shows each of the task iterations in the project, organized by task. In the Task column, the table shows each task and the artifacts that the task iterates over. You can double-click on an artifact name to open the artifact. For example, if you double-click on the name of a test case, the test case opens in Test Manager.

To view the tasks associated with a specific artifact, you can use the iteration artifact filter in the View section of the Process Advisor toolstrip. The filter provides a list of iteration artifacts based on the task iterations in your process and organizes the iteration artifacts by artifact type. For information on the artifact types, see Valid Artifact Types.

Mouse pointing to a model file in the filter menu

Alternative Functionality

App

You can also open the Process Advisor app for a project directly from the Project tab in MATLAB®.

On the Project tab, in the Tools gallery, click Process Advisor.