cancel
Showing results for 
Search instead for 
Did you mean: 

Explorer 2 does not show 'My instances' new entries !

meditel
Champ in-the-making
Champ in-the-making
Hi,

I have deployed a very simple test process with a user task and script task that prints out "Hello "+whatWasPutInTheUserTask.

When starting the process from Explorer, i can see the instance in 'My instances', but if i start the process from the code using :

ProcessInstance processInstance = runtimeService.startProcessInstanceByKey("MyProcess", "toto");

Then i can't see the process instance in 'My instances' but i can complete the user task and finish the process.

Is that normal ?

Best regards,
Meditel
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi,

That's because the my instances tab currently only shows instances started by the logged-in user.
This is not very clear, so maybe we should change that behavior.

Best regards,

meditel
Champ in-the-making
Champ in-the-making
Is there a workaround for this ?

Best regards,
Meditel

trademak
Star Contributor
Star Contributor
No, not via the Explorer. What you could do is start a new process instance with the user as the owner that logs in to the Explorer.

Best regards,

meditel
Champ in-the-making
Champ in-the-making
Yes worked !

Best regards,
Meditel