<?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: [Solved] How to know if a workflow is running on a file ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230240#M183370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ho… I find it thanks&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jun 2009 15:43:20 GMT</pubDate>
    <dc:creator>riogrande</dc:creator>
    <dc:date>2009-06-13T15:43:20Z</dc:date>
    <item>
      <title>[Solved] How to know if a workflow is running on a file ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230236#M183366</link>
      <description>Hello all, All is in the title, how to know if a workflow is running on a file ? I launch my workflow with a JS file, but I want to launch it only if I'm sure that there isn't already a workflow running.</description>
      <pubDate>Mon, 08 Jun 2009 15:51:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230236#M183366</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-08T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] How to know if a workflow is running on a file ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230237#M183367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look at the file's details page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll see a panel about the workflow instances bound to that file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, you just have to see the code that hides behind this feature, and see how you can use it according to your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 07:26:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230237#M183367</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-06-10T07:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] How to know if a workflow is running on a file ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230238#M183368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I see that, but no idea how to use it in my javascript. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I workaround and added a "workflowLock" status to my file, so if it's in a workflow, the status is set to 'true' and before the workflow ended the status is again set to 'false'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Properly not the cleanest way to do that, but when I can avoid Java I do it &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could be cool to have somethings like document.workflow.count() &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 10:23:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230238#M183368</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-13T10:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] How to know if a workflow is running on a file ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230239#M183369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could be cool to have somethings like document.workflow.count() &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;You mean like document.activeWorkflows.count..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 13:44:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230239#M183369</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-13T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] How to know if a workflow is running on a file ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230240#M183370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ho… I find it thanks&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 15:43:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-know-if-a-workflow-is-running-on-a-file/m-p/230240#M183370</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-13T15:43:20Z</dc:date>
    </item>
  </channel>
</rss>

