cancel
Showing results for 
Search instead for 
Did you mean: 

Missing workflow packages

zladuric
Champ on-the-rise
Champ on-the-rise
Hi,

I have a problem with workflow packages. Some of my tasks "lose" their package (ie. document is deleted), so now I have "empty" task. Is there a way to list all workflows for a certain definition and user? And if possible, only those without packages? Even if I have to look in the database, it's acceptable, I just don't know how to locate them.

Thanks in advance for any help.
4 REPLIES 4

rptapas
Champ in-the-making
Champ in-the-making
hi ,
    You can check the how many jbpm is there.

browse http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp

use the command show definitions all

zladuric
Champ on-the-rise
Champ on-the-rise
Hello,

Thanks for the info. I'm familiar with the workflow console, and "show definitions" isn't what I need. It will only show me the deployed (or if I include "all", previous definitions too) of workflow.

"show workflows" is more specific - it gives me the list of workflow instances for a selected definition.
What I would like is to see which of these don't have a package attached (a document).

Can I at least check that in the database, if not in the workflow console?

rptapas
Champ in-the-making
Champ in-the-making
hi,
   I am not sure with respect to database

zladuric
Champ on-the-rise
Champ on-the-rise
Yes, it seems I have no options but to go into the database. Because I can't think of anything that'd give me the list of workflows for a specific user without packages.