generateProcessTasks
Get list of valid task keys
Description
returns the
list of valid task keys. The task keys represent the task iterations in the pipeline of
tasks.taskKeys
= generateProcessTasks()
By default, generateProcessTasks
returns a task key for each
combination of tasks and associated artifacts in the pipeline defined by the default
process.
filters the list of task keys using one or more taskKeys
= generateProcessTasks(Name=Value
)Name=Value
arguments.
Examples
Name-Value 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)