it-at-m / digiwf-core

central workflow automation and integration platform based on the free process framework Camunda.
MIT License
19 stars 7 forks source link

Task Inboxes #976

Open dominikhorn93 opened 2 years ago

dominikhorn93 commented 2 years ago

Description

As a process designer I would like to destribute tasks in defined inboxes

In order to be able to distribute tasks away from user IDs or user groups, it must be possible to group them together in inboxes. This is relevant to be able to manage a large number of tasks efficiently. The following functionalities should be implemented:

Details

Task rounting to a specific inbox

It should be possible to define on the basis of task variables in which inbox this will end up. This ranges from the simple use case that the inbox is given as a variable to routing based on specific task data.

Move tasks between inboxes

A user should be able to distribute certain tasks between mailboxes. It should be checked to what extent the distribution of a task to certain mailboxes can or should be restricted. This is important, for example, if a redistribution becomes necessary due to resources.

Grant users access to specific inboxes

Users should be able to be added to an inbox based on their id or group

Load tasks for a inbox

An API is needed to load all tasks to a specific inbox

Additional Context

https://git.muenchen.de/digitalisierung/digiwf-support/-/issues/282

darenegade commented 11 months ago

Hier warten wir das Feedback in Bezug auf die Tags ab