10-05-2007 01:09 PM
10-11-2007 06:09 AM
10-11-2007 09:30 AM
10-11-2007 09:33 AM
10-11-2007 10:32 AM
10-11-2007 10:51 AM
10-11-2007 12:25 PM
10-30-2007 11:33 AM
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-inbut you also wrote
isn't supported by the Office Add-in, because it's not a JBPM workflow. 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!
10-31-2007 09:24 AM
<div class="taskValue">
<select id="wrkType" style="width: 178px;">
<option value="review" selected>Review & Approve</option>
<option value="adhoc">Adhoc Task</option>
</select>
</div>
11-07-2007 12:38 PM
var workflowType = "jbpm$wf:" + args.wt;with something which is independent from the prefix, like
var workflowType = "jbpm$"+ PREFIX_VARIABLE+ args.wt;If this is possible we could work with all JBPM workflows directly from the Office plugin.
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.