Hi,
I have a bpmn process "Evaluation" which is defined in drools-guvnor. There is a human task which is implemented inside the process. I have associated the actor "krisv" to the human task.
Now i have written one java test client, in eclipse, from which i am trying to start the process "Evaluation". Once the java test is done, in the human task view i am able to see the process being reserved for krisv. But when i logged in as krisv in jbpm-console, i am unable to see this process. This process is too confined to eclipse.
Is there anything that i need to do to expose this process to jbpm-console?