Customize Your Process Model
When your team has a standard process for local prequalification and CI builds, you can efficiently enforce guidelines and make collaboration easier. With the CI/CD Automation for Simulink Check support package, you can define a consistent process for your team by using a process model file. The support package includes a default process model with built-in tasks for automating common development and verification activities.
The process model uses tasks represent the steps in your process and
queries to automatically find relevant artifacts. You can customize your
process by adding and removing tasks, reconfiguring task behavior,
specifying relationships between tasks, and finding specific sets of
artifacts by using queries. You can use the built-in tasks and queries
or create your own custom tasks and queries. When you are ready to
deploy your process to your team, you can run the tasks in the process
by using the Process Advisor app or the runprocess
function.
To get started with the default process model, see Modify Default Process Model to Fit Your Process. For information on how tasks and queries define your process, see Overview of Process Model.
Classes
Functions
Topics
Define Process
- Modify Default Process Model to Fit Your Process
Get started by reconfiguring the default process model for your development and verification process. - Overview of Process Model
Define your process using built-in and custom tasks and queries.
- Manage Multiple Build and Verification Workflows Using Processes
Create and use multiple processes to manage the different workflows, environments, and stages of your development process. - Exclude Files from Change Tracking in Process Advisor
Prevent task results from becoming outdated by turning off change tracking for specific artifacts. - Best Practices for Process Model Authoring
Improve loading times by defining and maintaining your process model with these best practices.
Troubleshoot and Test Process
- Test Tasks and Queries
Debug and test tasks and queries directly from the MATLAB® Command Window. - Dry Run Tasks to Test Process Model
Quickly test your process model behavior without performing full task operations. - Troubleshoot Missing Tasks, Artifacts, and Dependencies
Fix project analysis issues and check for limitations on incremental builds.