
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:34 AM
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 file
workflow model.xml filey.
Manually entered list output
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 11:15 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 11:15 AM
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
