<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exception about workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280515#M233645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;who could help me? thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 05:43:34 GMT</pubDate>
    <dc:creator>rock_tu</dc:creator>
    <dc:date>2014-04-01T05:43:34Z</dc:date>
    <item>
      <title>Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280510#M233640</link>
      <description>Hello AllI custom a advanced workflow, but when I am ending the task,there is some error"org.activiti.engine.ActivitiException: No outgoing sequence flow of the exclusive gateway 'reviewDecision1' could be selected for continuing the process" Any one can help me? what's the matter case the trouble,t</description>
      <pubDate>Mon, 31 Mar 2014 05:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280510#M233640</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-03-31T05:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280511#M233641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any outgoing sequence flow defined from "reviewDecision1" to a further task ("rejectTask"?) in case the condition is not satisfied?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The exclusive gateway needs two outgoing paths, not just one. Although that had been "tolerated" in the past(!), the most recent versions of Alfresco do not allow that any more. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 08:17:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280511#M233641</guid>
      <dc:creator>cgiuliano</dc:creator>
      <dc:date>2014-03-31T08:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280512#M233642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply,Yes there is another outgoing sequence flow defined from "reviewDecision1" to a further task ("rejectTask"?) thanks a lot for your answer!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:00:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280512#M233642</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-03-31T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280513#M233643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first thank you for your reply,I have add code like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exclusiveGateway id="reviewDecision1" name="Exclusive Gateway" exclusiveGateway&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sequenceFlow id="flow2" sourceRef="reviewTask1" targetRef="reviewDecision1 sequenceFlow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sequenceFlow id="flow3" sourceRef="reviewDecision1" targetRef="approveTask1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conditionExpression xsi:type="tFormalExpression"&amp;gt;${wf_reviewOutcome == 'Approve'}conditionExpression&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; sequenceFlow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sequenceFlow id="flow4" sourceRef="reviewDecision1" targetRef="rejectTask1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conditionExpression xsi:type="tFormalExpression"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ${wf_reviewOutcome == 'Reject'}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conditionExpression&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; sequenceFlow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but there is some error "org.activiti.engine.ActivitiException: No outgoing sequence flow of the exclusive gateway 'reviewDecision1' could be selected for continuing the process" could you help me please? thank you very much!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280513#M233643</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-03-31T09:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280514#M233644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's more,I started the custom workflow after,in my task page,I started workflow is not appear,In my started workflow page appeared,do you know why?could you give me a idea?thank you very much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 10:15:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280514#M233644</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-03-31T10:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280515#M233645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;who could help me? thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 05:43:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280515#M233645</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-04-01T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280516#M233646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rock Tu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you mind posting here the process definition of your custom workflow, putting it between the tags &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; and &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;? That would produce a definitely better formatted code. In the post #3 I see something that appears to be syntax errors, but I'm not sure the code has been pasted correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regard to your question in post #4, are you seeing your started workflow in "My started workflow" page, while you don't see it in "My tasks" page? Do you have any task assigned to yourself?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 07:34:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280516#M233646</guid>
      <dc:creator>cgiuliano</dc:creator>
      <dc:date>2014-04-01T07:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exception about workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280517#M233647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Carlo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply,you ask me whether I can see the started workflow in "My started workflow page" or not,yes I can see it in "My started workflow page",but I can't see it in "My tasks" page,on condition that I assign the task to myself,what's more,if admin assign a task to A,then A login the share,A can't see the task in "My task page" and "My started workflow page" that admin have assigned to he,do you understand my problem? In order to make you easy understand my workflow,I think that I explain the workflow at first,There are several steps in the workflow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first,a initiator start the workflow and assign the workflow to A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;second, A review the task,A can approve or reject,if A approve the task,then A can assign the task to everyone,here assume B,if A reject the task,the task is end at the same time nofity the initiator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;third,if B login the share and see the task that A assign to he,B can approve and reject too,if B approve the task,the task is ending finally,if B reject the task,the task is ending too,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do you understand my workflow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I upload two files ,twolevel.bpmn20.xml and twolevel_processdefinition.xml,could you help me please,what's wrong in these files,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion,I doubt that the workflow can't assign to anyone,because I find that assume if I am admin and login the share,I start the custom workflow,assign the task to admin,In "My started workflow page",I click the "review the history reord" button and find the workflow information below,the operator field is null,I feel very suprised,could you tell me why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot!Carlo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 02:34:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-about-workflow/m-p/280517#M233647</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-04-02T02:34:00Z</dc:date>
    </item>
  </channel>
</rss>

