How to get all the users list in Kaleo Workflow on

2019-05-29 10:55发布

I am working in Liferay Portal. I have created my custom work flow and created the portlet to start the work flow. I am done successfully with this but I am facing one problem, when the user clicks on Assign to button from Workflow Tasks to assign the task to some other user the combo box which display available users, it only display the users who has the Administrator or Owner Roles.

As i have developed custom work flow in which i have defined my own roles, i wish to display the users with that roles in the combo box. I have searched a lot but not able to get the proper solution for this.

If anyone has any idea please kindly help.

1条回答
我欲成王,谁敢阻挡
2楼-- · 2019-05-29 11:45

For this you have to create a hook and you have to write the code in file named "workflow_task_action.jsp" within Workflow_task.....

In this file code for that combobox which you require is available.

查看更多
登录 后发表回答