<?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: How to by-pass a task? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107714#M75465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It really depends on the requirements of your workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, you could require that only 'n' writers need to complete before moving on.&amp;nbsp; Or, you could allow the approver to override the writers and allow them to explicitly move forward, even if the writers haven't completed yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The trick in both these cases is a feature of join called NoutOfM - this just means you can specify how many of the forks need to complete before the join progresses.&amp;nbsp; So, you could specify '1' for your writers join which means that the first writer to complete will move the workflow forward to the approver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to allow the approver to override, then I would create a further fork that splits into the writers fork you have now on one side, and allocate an 'in progress' task to the approver on the other side.&amp;nbsp; Set the join NoutOfM to 1.&amp;nbsp; Provide an 'approve' transition for the approver on the 'in progress' task.&amp;nbsp; Either the writers will complete first, or the approver (if they get inpatient).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To set NoutOfM use the following script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;join&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;event type="node-enter"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; node.nOutOfM = 1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/event&amp;gt;&lt;BR /&gt;&amp;nbsp; …&lt;BR /&gt;&amp;lt;/join&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 10:34:44 GMT</pubDate>
    <dc:creator>davidc</dc:creator>
    <dc:date>2007-08-07T10:34:44Z</dc:date>
    <item>
      <title>How to by-pass a task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107713#M75464</link>
      <description>Hi all,I need to create a Ã¢â‚¬Å“writing and approveÃ¢â‚¬</description>
      <pubDate>Tue, 07 Aug 2007 08:40:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107713#M75464</guid>
      <dc:creator>michel</dc:creator>
      <dc:date>2007-08-07T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to by-pass a task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107714#M75465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It really depends on the requirements of your workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, you could require that only 'n' writers need to complete before moving on.&amp;nbsp; Or, you could allow the approver to override the writers and allow them to explicitly move forward, even if the writers haven't completed yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The trick in both these cases is a feature of join called NoutOfM - this just means you can specify how many of the forks need to complete before the join progresses.&amp;nbsp; So, you could specify '1' for your writers join which means that the first writer to complete will move the workflow forward to the approver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to allow the approver to override, then I would create a further fork that splits into the writers fork you have now on one side, and allocate an 'in progress' task to the approver on the other side.&amp;nbsp; Set the join NoutOfM to 1.&amp;nbsp; Provide an 'approve' transition for the approver on the 'in progress' task.&amp;nbsp; Either the writers will complete first, or the approver (if they get inpatient).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To set NoutOfM use the following script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;join&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;event type="node-enter"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; node.nOutOfM = 1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/event&amp;gt;&lt;BR /&gt;&amp;nbsp; …&lt;BR /&gt;&amp;lt;/join&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107714#M75465</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-08-07T10:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to by-pass a task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107715#M75466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to test this solution right now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:06:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-by-pass-a-task/m-p/107715#M75466</guid>
      <dc:creator>michel</dc:creator>
      <dc:date>2007-08-07T12:06:38Z</dc:date>
    </item>
  </channel>
</rss>

