cancel
Showing results for 
Search instead for 
Did you mean: 

Deployed workflow is not shown

waoslpf
Champ in-the-making
Champ in-the-making
Hi,
I installed alfresco on linux on vmware.
I deployed a workflow from windows platform to that alfresco
It says, it deployed succesfully.
But, even I restarted the server, my workflow is not shown in the advanced worklow list

What should I do to overcome this issue ?
1 REPLY 1

piousbox
Champ in-the-making
Champ in-the-making
You can deploy/start your workflows from the console:
:8080/alfresco/faces/jsp/admin/workflow-console.jsp

you can do the following:

deploy <path-to-processdefinition.xml>
var bpm:assignee* person admin <OR WHATEVER VARIABLES YOU NEED DO SET>
start

this way, at least your workflow will start and you'll be able to see it in :8080/alfresco and :8080/share. Good luck.