Display User list dynamically in Dropdown for Selection in Alfresco Workflow

cancel
Showing results for 
Search instead for 
Did you mean: 
wattsshane
Active Member

Display User list dynamically in Dropdown for Selection in Alfresco Workflow

Jump to solution

I have created custom workflow in Alfresco content services . I want to display a dropdown list of a group in the workflow. I am getting the list of users through ScriptTasklistener ,I want to feed that list of users into the dropdown dynamically taken from the script. Im not able to modify or add values to the dropdown list , Can anyone help me out on how to populate a group of users into the dropdown instead of entering manuallworkflow bpmn20.xml fileworkflow bpmn20.xml fileworkflow model.xml fileworkflow model.xml filey.

Manually entered list outputManually entered list output

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: Display User list dynamically in Dropdown for Selection in Alfresco Workflow

Jump to solution

You need to create a custom FTL Form control for that.

This is a good starting point on how to develop that feature: https://github.com/dgcloud/alfresco-value-assistance

Hyland Developer Evangelist

View solution in original post

1 Reply
angelborroy
Alfresco Employee

Re: Display User list dynamically in Dropdown for Selection in Alfresco Workflow

Jump to solution

You need to create a custom FTL Form control for that.

This is a good starting point on how to develop that feature: https://github.com/dgcloud/alfresco-value-assistance

Hyland Developer Evangelist