cancel
Showing results for 
Search instead for 
Did you mean: 

Get Logged In User Model List in Model Workspace

sadiasher
Champ in-the-making
Champ in-the-making
I need guidance as i want to save and show model list in activiti explorer by created user, as i logged in from user "kermit"  and create/save model than the list should be display models created by kermit and no other user see his created model.any help is highly appreciable
4 REPLIES 4

trademak
Star Contributor
Star Contributor
That information is not stored in the Activiti ACT_RE_MODEL table. It would make sense to store this information though. Could you create a JIRA issue for this?

Best regards,

sadiasher
Champ in-the-making
Champ in-the-making
Hi Tijs,

Thanks for your reply, could u guide me how can i mark this issue in JIRA as i went to this site https://jira.codehaus.org/login.jsp login credential is required and i dont have login credentials.

your early response is highly appreciated as I require this functionality ASAP…

Thanks and Regards
Sadia sher

trademak
Star Contributor
Star Contributor
You can register for an account here:

http://xircles.codehaus.org/

If you need the functionality ASAP the only way is to create a pull request on the Activiti Github repository.

Best regards,

sadiasher
Champ in-the-making
Champ in-the-making
Hi Tijs,

I have created JIRA issue for given requirement, link is https://jira.codehaus.org/browse/ACT-2125
One more thing as u said i have to take git pull for these changes, as i use activiti modeler separately in my application that added activiti engine as maven dependency after ur changes can i use these changes as maven dependency as well?