<?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: Add Actions or Workflow to the Word Plugin List of Actions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146707#M102487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simple workflow that's part of the space rules isn't supported by the Office Add-in, because it's not a JBPM workflow; it's a custom internal action that happened before we implemented JBPM support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Discussing the problem with another engineer, we've concluded that it's by no means a trivial piece of work to add support for this in the add-in. Part of the problem stems from these actions being available to anybody, rather than being associated with just one person - the "My Tasks" principles of the JBPM workflows. Therefore, we'd have to scan each document the user has access to in turn, in order to build up a task list for the My Alfresco and My Tasks tabs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be possible to add the actions for the current open document only - we would have to add this to an improvement list in JIRA and consider it along with other priorities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your other option is to create a script which is run from the rule instead of the simple approve/reject, which assigns the JBPM "Approve and Reject" workflow to the incoming document - also assigning it to a specific user (hardcoded, or based on logic within the script). You should be able to base this off part of the code in the docActions.get.js, currently part of the Office Add-in web scripts, found in &lt;/SPAN&gt;&lt;EM&gt;WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/office&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps - although probably not the answer you were hoping for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 16:25:15 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2007-10-11T16:25:15Z</dc:date>
    <item>
      <title>Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146701#M102481</link>
      <description>We need to be able to see the actions created through rules in the Word Plugin panel. How can we do this? We're new to Alfresco and are on 2.1, version 2.1.0 (482) the release candidate. Or is there a way to customize the basic approve and reject buttons when you choose to Manage the Task in the plu</description>
      <pubDate>Fri, 05 Oct 2007 17:09:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146701#M102481</guid>
      <dc:creator>snave</dc:creator>
      <dc:date>2007-10-05T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146702#M102482</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;BR /&gt;&lt;SPAN&gt;Can you clarify what you mean by "see actions created through rules" please? Do you have an example and/or use case you're trying to achieve?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, the buttons appearing on the manage task tab are sourced from the transitions for the workflow assigned to the active user. So a Review task, for example, first has "Approve" and "Reject", then "Task Done" depending on its current state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:09:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146702#M102482</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-10-11T10:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146703#M102483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a simple workflow rule that moves a document to the &lt;/SPAN&gt;&lt;STRONG&gt;Reviewing&lt;/STRONG&gt;&lt;SPAN&gt; space on approval and back to &lt;/SPAN&gt;&lt;STRONG&gt;Authoring&lt;/STRONG&gt;&lt;SPAN&gt; space if rejected. When using the Word Plugin, I select a doc and the info shows in the &lt;/SPAN&gt;&lt;STRONG&gt;View Details&lt;/STRONG&gt;&lt;SPAN&gt; tab. I would like to see my workflow in the &lt;/SPAN&gt;&lt;STRONG&gt;Document Actions&lt;/STRONG&gt;&lt;SPAN&gt; pane, but I only see:&amp;nbsp; Check Out, Start Workflow, Transform to PDF, and Open Full Details. I know I can select &lt;/SPAN&gt;&lt;STRONG&gt;Open Full Details &lt;/STRONG&gt;&lt;SPAN&gt;and get to it that way, but we want these users to only work in MS Word and the plugin. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try to accomplish this through &lt;/SPAN&gt;&lt;STRONG&gt;My Tasks&lt;/STRONG&gt;&lt;SPAN&gt; on the plugin, I select the &lt;/SPAN&gt;&lt;STRONG&gt;My Tasks&lt;/STRONG&gt;&lt;SPAN&gt; tab and then the task to review and approve. I select the &lt;/SPAN&gt;&lt;STRONG&gt;Manage Task&lt;/STRONG&gt;&lt;SPAN&gt; button and the &lt;/SPAN&gt;&lt;STRONG&gt;Task Properties&lt;/STRONG&gt;&lt;SPAN&gt; window appears. Under the &lt;/SPAN&gt;&lt;STRONG&gt;Actions&lt;/STRONG&gt;&lt;SPAN&gt; column in the &lt;/SPAN&gt;&lt;STRONG&gt;Resources&lt;/STRONG&gt;&lt;SPAN&gt; section, I see View Content Properties, Edit Content Properties, Edit, Update, and Check Out. I do not see the action I created in my simple workflow to &lt;/SPAN&gt;&lt;STRONG&gt;Approve and move doc to Reviewing&lt;/STRONG&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;STRONG&gt;Reject and move doc back to Authoring&lt;/STRONG&gt;&lt;SPAN&gt;. How can I accomplish this or could this be added as an enhancement to the product?&amp;nbsp; Thanks for your ideas and help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 13:30:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146703#M102483</guid>
      <dc:creator>snave</dc:creator>
      <dc:date>2007-10-11T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146704#M102484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to clarify that our users will be working from the &lt;/SPAN&gt;&lt;STRONG&gt;My Tasks&lt;/STRONG&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;STRONG&gt;My Alfresco&lt;/STRONG&gt;&lt;SPAN&gt; tab in the MS Word Plugin, so I would like the solution to work from there.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 13:33:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146704#M102484</guid>
      <dc:creator>snave</dc:creator>
      <dc:date>2007-10-11T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146705#M102485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think there are two parts to your question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - Transitioning your custom workflow. If I understand your explanation correctly, the Reject and Approve buttons will perform the actions you need (do they not work as expected?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These two (blue) buttons within the add-in are the same as the (grey) buttons in the very top-right of the Manage Task window that pops-up. The actions in the Actions column are independent of any workflow that document is part of. Incidentally, the Manage Task pop-up is using a part of the full Web Client, so will mirror what you see there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - Out-of-the-box, the add-in only supports creating new tasks for the two default workflows, "Review and Approve" and "Adhoc Task". These are started using the "Create Workflow…" icon within the add-in. But presumably your workflow rule is created automatically on incoming document?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:32:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146705#M102485</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-10-11T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146706#M102486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need the reject and approve buttons to move the document to the designated space defined in my simple workflow. For example on Reject, it should move the document to the Authoring space. It does not do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:51:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146706#M102486</guid>
      <dc:creator>snave</dc:creator>
      <dc:date>2007-10-11T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146707#M102487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simple workflow that's part of the space rules isn't supported by the Office Add-in, because it's not a JBPM workflow; it's a custom internal action that happened before we implemented JBPM support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Discussing the problem with another engineer, we've concluded that it's by no means a trivial piece of work to add support for this in the add-in. Part of the problem stems from these actions being available to anybody, rather than being associated with just one person - the "My Tasks" principles of the JBPM workflows. Therefore, we'd have to scan each document the user has access to in turn, in order to build up a task list for the My Alfresco and My Tasks tabs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be possible to add the actions for the current open document only - we would have to add this to an improvement list in JIRA and consider it along with other priorities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your other option is to create a script which is run from the rule instead of the simple approve/reject, which assigns the JBPM "Approve and Reject" workflow to the incoming document - also assigning it to a specific user (hardcoded, or based on logic within the script). You should be able to base this off part of the code in the docActions.get.js, currently part of the Office Add-in web scripts, found in &lt;/SPAN&gt;&lt;EM&gt;WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/office&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps - although probably not the answer you were hoping for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 16:25:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146707#M102487</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-10-11T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146708#M102488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi! First time I post something, although it's ten months I'm studying Alfresco. I have a related question: we've got two custom workflows; they are recognized (and were actually deployed as !!!) as JBPM and we see and use them quite ok in the main window of Alfresco Start Advanced Workflow Wizard: they work fine. You wrote &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Out-of-the-box, the add-in only supports creating new tasks for the two default workflows, "Review and Approve" and "Adhoc Task". These are started using the "Create Workflow…" icon within the add-in&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; but you also wrote &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;isn't supported by the Office Add-in, because it's not a JBPM workflow&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;. Is there any way to show them in the Office 2003 plugin (I had a look at docActions.get.js, but I think I must dig deeper)? Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:33:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146708#M102488</guid>
      <dc:creator>bitmap62</dc:creator>
      <dc:date>2007-10-30T15:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146709#M102489</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;BR /&gt;&lt;SPAN&gt;In &lt;/SPAN&gt;&lt;STRONG&gt;myTasks.get.html.ftl&lt;/STRONG&gt;&lt;SPAN&gt; have a look for&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="taskValue"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;select id="wrkType" style="width: 178px;"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value="review" selected&amp;gt;Review &amp;amp;amp; Approve&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value="adhoc"&amp;gt;Adhoc Task&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/select&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to add your custom workflow to the select list. Note that the "value" will be appended with "jbpm$wf:" in docActions.get.js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 13:24:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146709#M102489</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-10-31T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146710#M102490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike, thank you very much! I modified the list box and all work fine. Now I would like to add the workflows whose prefix is not only "wf:" but all the listed ones which appear e.g. in the workflow console (after launching the "show definitions all" command). In other words I should modify the following row in the docActions.get.js:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;var workflowType = "jbpm$wf:" + args.wt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;with something which is independent from the prefix, like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;var workflowType = "jbpm$"+ PREFIX_VARIABLE+ args.wt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;If this is possible we could work with all JBPM workflows directly from the Office plugin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bitmap62&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 17:38:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146710#M102490</guid>
      <dc:creator>bitmap62</dc:creator>
      <dc:date>2007-11-07T17:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add Actions or Workflow to the Word Plugin List of Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146711#M102491</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;BR /&gt;&lt;SPAN&gt;Why not just change the &amp;lt;option&amp;gt; values so they have a more complete workflow name, i.e. &lt;/SPAN&gt;&lt;STRONG&gt;wf:adhoc&lt;/STRONG&gt;&lt;SPAN&gt; instead of just &lt;/SPAN&gt;&lt;STRONG&gt;adhoc&lt;/STRONG&gt;&lt;SPAN&gt;, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e.&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;select id="wrkType" style="width: 178px;"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;option value="wf:review" selected&amp;gt;Review &amp;amp;amp; Approve&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;option value="wf:adhoc"&amp;gt;Adhoc Task&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/select&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you don't need to worry about parsing them on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 18:18:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-actions-or-workflow-to-the-word-plugin-list-of-actions/m-p/146711#M102491</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-11-07T18:18:36Z</dc:date>
    </item>
  </channel>
</rss>

