An open API service indexing awesome lists of open source software.

https://github.com/npdeehan/multi-instance-user-assignment-camunda8

This is an example using BPMN and Camunda 8 to show how a multi-instance subprocess can be used to assignee a dynamic list of users to a task
https://github.com/npdeehan/multi-instance-user-assignment-camunda8

bpmn camunda-8

Last synced: 5 months ago
JSON representation

This is an example using BPMN and Camunda 8 to show how a multi-instance subprocess can be used to assignee a dynamic list of users to a task

Awesome Lists containing this project

README

          

# Multi-Instance User Assignment Camunda8
This is an example using BPMN and Camunda 8 to show how a multi-instance subprocess can be used to assignee a dynamic list of users to a task

![process](./img/bpmnmodel.png)

In this example you have a form where you can add as many usernames as you like, then for each entry in that list the subprocess will be activated. The user tasks when then be assigned the user in question.