I am developing a sequence workflow. It contains a Replicator and its InitialChildData property is bound to the list of strings representing users. The activity that gets replicated is the workflow task creation and the users from the list are the ones to whom the tasks are assigned to. So, I am getting multiple tasks workflow (similar to one illustrated here).
On certain workflow task update, I need to close that task and to have another one created. Since the Replicator workflow node is in charge of creating workflow tasks, how do I tell it to create an additional one? Thanks.