Is there a way in K2 Five to dynamically create multiple instances of a task step using the smartobject list and assign tasks to the different set of users/groups.
For example
Workflow Instance 1: smart object will return 3 records based on some criteria and it will create 3 tasks ( or clone) of the step and assign to users/group based on data from smart object
WorkFlow Instance 2: smart object will return 1 record based on some criteria and it will create 1 tasks ( or clone) of the step and assign to users/group based on data from smart object
Also, is this something we can accomplish using sub process. ???????