Is there a way to create workspace in modeler to organise business processes in better way. The issue I was facing that all of my processes are being shown to other developers working in the project. I would like to hide the processes created by some developers basically i want to enforce show/hide restrictions on processes in modeler launched by explorer.
This is a very important feature in my opinion. But since the modeler does not know the concepts of candidate starters, I think this is currently not possible. All processes are shown to all users (activity developers, please correct me when I´m wrong). I miss this feature, too.
.I have completed the restriction for certain users to start the process by calling method "ProcessDefinition potentialStarter = repositoryService.createProcessDefinitionQuery().processDefinitionKey("userApprovalProcess").startableByUser("ranjan").latestVersion().singleResult();"But, I would like to hide some process in activiti process list for certain users.If some body has any idea or already worked on that please let me know.