That's a feature that got removed from v3. You can accomplish the same thing by using rules. You can add a task and e.g. specify a where clause (using linq) which entities should be consumed for the task. you can also do this with custom settings (see SDK docs), and set for the group of entities you want to run a task for the setting to a given value, e.g. true, and in the preset, use a rule which dictates that a given task can only run if a setting X has a given value, e.g. true.