How to create a form selector to pick a user from Camunda database?

I’m creating a simple workflow in order to understand how camunda works.

In this workflow, into the Start Event form, I’d like to show a selector to allow the user starting the workflow to select who should execute the following tasks.

How can I develop such form?
Is there any ready to use component for this?

Thank you in advance.

1 Like

Hi Douglascrp,

You can find answer in below link

https://groups.google.com/forum/#!topic/camunda-bpm-users/mdpTi4n3Ho0

1 Like

It works like a charm.

Thank you so much.