08-21-2009 05:29 AM
http://wiki.alfresco.com/wiki/Workflow_on_Share
08-21-2009 05:32 AM
08-21-2009 05:36 AM
are they any quick hacks that would allow custom workflows to be executed in share?You could try adding your workflow id to workflow.get.html.ftl (webscript in modules / documentlibrary) - it's untested so may or may not work.
08-23-2009 07:25 PM
<option value="wf:review" selected="selected">Review & Approve</option>
<option value="wf:adhoc">Adhoc Task</option>
08-24-2009 03:56 AM
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="wf:adhoc">
…
09-10-2009 02:16 PM
hi mike
thanks for the heads up on the workflow.get.html.ftl.
looking at the file the workflows are hard coded.
<option value="wf:review" selected="selected">Review & Approve</option>
<option value="wf:adhoc">Adhoc Task</option>
unfortunately i have no idea what the values 'wf:adhoc' refer to.
i suspect placing my definition id as the value wont work.
but this is definitely a starting point.
-lp
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.