Opened 8 years ago
Closed 8 years ago
#690 closed wish (wontfix)
Allow the option to assign a task to all members of a group in a workflow
Reported by: | dpmezera | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Workflow | Version: | 7.4.3 |
Keywords: | Cc: |
Description
We have come across situations where it would be beneficial to have the option of assigning a task to all members of a group. All group members would be required to complete the task before the workflow moved the the next step. This would be an additional option along with the current option of having one group member take a task and complete it for the group.
Change History (2)
comment:1 Changed 8 years ago by car031
- Milestone 7.5 deleted
- Type changed from new feature to wish
comment:2 Changed 8 years ago by car031
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Sorry but the WF requires that just one subject can do a task, your scenario could be modelled by a set of tasks executed in parallel(fork primitive) each task is assigned to one person, then you caould wait for the completion of each task(join primitive) to move on.