- start several workflows (more than 15 different) using the attached project
- click Workspace / Workflow
- expand Task Name field
- the result is limited to 15 tasks
- the Task Name field is using Context.GetTaskNames operation (see taskNameOperation.png)
The result is limited to 15 according to:
public static int LIMIT_RESULTS = 15;
in this file
There should a parameter for setting the limit.
Project ffischer-60-ffischer.zip attached with more than 17 workflows in order to do some tests.
- is duplicated by
-
NXP-19914 Fix missing task names in workflow filter
- Resolved