generateProcessTasks
Get list of IDs for task iterations in MBD pipeline
Description
returns
identifiers, IDs
= generateProcessTasks()IDs
, for each of the task iterations in the model-based
design (MBD) pipeline.
By default, generateProcessTasks
returns an ID for each combination
of tasks and associated project artifacts in the MBD pipeline.
This function requires CI/CD Automation for Simulink Check.
filters the list of IDs using one or more IDs
= generateProcessTasks(Name=Value
)Name=Value
arguments.
Examples
Input Arguments
Output Arguments
Alternative Functionality
App
You can also use the Process Advisor app to run individual task iterations in the process or to view task iterations for a specific model.
To open the Process Advisor app for a project, in the MATLAB® Command Window, enter:
processAdvisorWindow
To open the Process Advisor app for a specific model, provide the name of the model,
modelName
, to the functionprocessadvisor
:processadvisor(modelName)