I want to show some values which comes runtime/dynamically in select box in a workflow's form, for example a select box which contains all or particular group's user names. I want all the options of select should come dynamically, like if i add new user it should show in select box.
Please let me know how to create it. I am new to Acitivi workflow.
You could implement this by developing a custom form field. The Activiti Explorer has a custom user selection form field that you can use as an example.