<?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 change the description of a workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50575#M29369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Continuing this post&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to assign script variable in expression instead of string and workflow model variables. I am getting error if assign to script variable also the below code is giving error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;variable name="pwf_docType" access="write"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; docType= bpm_package.children[0].type;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its not recognising bpm_package.children. Appreciate your suggestion&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 20:18:35 GMT</pubDate>
    <dc:creator>seshu</dc:creator>
    <dc:date>2007-02-14T20:18:35Z</dc:date>
    <item>
      <title>How to change the description of a workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50573#M29367</link>
      <description>How can I change the description of a workflow in a flight, or is it possible to do this</description>
      <pubDate>Mon, 12 Feb 2007 13:24:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50573#M29367</guid>
      <dc:creator>anfy2002us</dc:creator>
      <dc:date>2007-02-12T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the description of a workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50574#M29368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;variable name="bpm_workflowDescription" access="read,write"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;expression&amp;gt;bpm_workflowDescription = "new description";&amp;lt;/expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:35:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50574#M29368</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-02-14T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the description of a workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50575#M29369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Continuing this post&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to assign script variable in expression instead of string and workflow model variables. I am getting error if assign to script variable also the below code is giving error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;variable name="pwf_docType" access="write"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; docType= bpm_package.children[0].type;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its not recognising bpm_package.children. Appreciate your suggestion&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 20:18:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50575#M29369</guid>
      <dc:creator>seshu</dc:creator>
      <dc:date>2007-02-14T20:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the description of a workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50576#M29370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post your complete process definition?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bpm_package is not available until after the start task has completed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:47:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-change-the-description-of-a-workflow/m-p/50576#M29370</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-02-15T13:47:41Z</dc:date>
    </item>
  </channel>
</rss>

