cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow could not be started, another issue

jiri_billig
Champ in-the-making
Champ in-the-making
Hi,
I have installed Alfresco 4.2.c and I was successful with deploying following very easy workflow via Workflow Console (I copied <strong>bookorder.simple.bpmn20.xml</strong> in <strong>Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\workflow\</strong> and run command <strong>deploy activiti alfresco/workflow/bookorder.simple.bpmn20.xml</strong> from here <strong>http://127.0.0.1:8080/alfresco/faces/jsp/admin/workflow-console.jsp</strong>). After that in Alfresco share right click on the document and select Start workflow. I see there in the list my deployed workflow so I selected this. After that I got error message: Workflow could not be started. Any help ?


<?xml version="1.0" encoding="UTF-8"?>
  <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
               targetNamespace="http://www.bpmnwithactiviti.org">

  <process id="simplebookorder" name="Order book">
    <startEvent id="startevent1" name="Start"/>
    <sequenceFlow id="sequenceflow1" sourceRef="startevent1" targetRef="endevent1"/>
    <endEvent id="endevent1" name="End"/>
  </process>
</definitions>
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
Hey I think you are missing some steps.
It will be visible in your logs.
Also you can refer this tutorial.
http://ecmarchitect.com/images/articles/alfresco-workflow/advanced-workflow-article.pdf

midoscofield
Champ in-the-making
Champ in-the-making
Can you put the logs please

I tried to simulate again this situation, error happens again of course, but no *.log file has been updated.