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
- Host: GitHub
- URL: https://github.com/npdeehan/multi-instance-user-assignment-camunda8
- Owner: NPDeehan
- License: apache-2.0
- Created: 2024-05-02T09:42:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T11:01:54.000Z (about 2 years ago)
- Last Synced: 2025-01-23T01:34:29.362Z (over 1 year ago)
- Topics: bpmn, camunda-8
- Homepage: https://forum.camunda.io
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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.