Displaying values dynamically in the List box in activiti UI

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

Displaying values dynamically in the List box in activiti UI

Hi,

 

we are in need of displaying values fetching from activiti DB(related_content) and display the file  name dynamically in the list box.

 

As activiti -UI list box supports  to configure static list, so  is there  a way to dynamically display  values from database and get it displayed in the activiti UI by doing some configuration under the  Javascript section of the Design form of the activiti UI.

 

or is there any other possiblity to do the minimal customisation in order to achieve this,

 

Thanks

Arun K

1 Reply
abbask01
Senior Member

Re: Displaying values dynamically in the List box in activiti UI

If its connected to RelatedContent[Attachments] on tasks and process - you create a custom form stencil with angularJS code that calls the related content rest-api to fetch the files. and loads into your dropdown.

Another way would be to create a custom UI rest api that reponds with your data and use it in the dropdown config. add to your API endpoints from IDM. 

Hope it helps.

Regards,
Abbas