cancel
Showing results for 
Search instead for 
Did you mean: 

my instances does not show what is stated in the guide

tbee
Champ in-the-making
Champ in-the-making
According to the user guide, The My instances tab, shows all the process instances where you currently have an uncompleted user task.

This would mean that if I start a process programatically, then claim the first task, it would show up in the my instances tab. This is not correct. Furthermore, processes that were started but not claimed ARE visible (I do not have an uncompleted user task there). In fact, it seems the instances are shown that have been created using the "start process" button on the definitions tab.

I suspect the "my instances" in fact shows processes started by me. But because the programatic way does not require a log in, these processes are not shown.
4 REPLIES 4

tbee
Champ in-the-making
Champ in-the-making
As an extention: is there anyway to "login" using the Java API?

tbee
Champ in-the-making
Champ in-the-making
That was easy.


processEngine.getIdentityService().setAuthenticatedUserId("kermit");

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Next time do it the other way around… search first, then ask 😛

tbee
Champ in-the-making
Champ in-the-making
True. But the original essence of the thread still stands: "my instances" does not show what it says in the user guide.