cancel
Showing results for 
Search instead for 
Did you mean: 

Add Actions or Workflow to the Word Plugin List of Actions

snave
Champ in-the-making
Champ in-the-making
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 plugin? We would prefer to work only through MS Word and the plugin if possible. Any info would be helpful.
10 REPLIES 10

mikeh
Star Contributor
Star Contributor
Hi

Why not just change the <option> values so they have a more complete workflow name, i.e. wf:adhoc instead of just adhoc, etc.

i.e.
<select id="wrkType" style="width: 178px;">
   <option value="wf:review" selected>Review &amp; Approve</option>
   <option value="wf:adhoc">Adhoc Task</option>
</select>

Then you don't need to worry about parsing them on the server.

Thanks,
Mike