We are using Activiti 6.0 in our project. In the activiti-app UI, we would like to add a new hyperlink in the task screen that would be useful to navigate to our internal application from activiti-app UI.
Can anyone please suggest the better approach to store the URL value (where to store the internal app URL) in Activiti table?
Earlier -
1. Tried to use ACT_HI_ATTACHMENT table (it has the URL column) to store the URL
2. Tried to use CommentService (Storing the URL value as the comment in the task screen)
But, both these options have some limitations. Can someone who already implemented this feature, please provide some implementation guidelines?