08-07-2013 11:01 AM
…
String newDescription = "something";
List<WorkflowInstance> contentWorkflows = workflowService.getWorkflowsForContent(documentRef, false);
for (WorkflowInstance workflow : contentWorkflows)
{
workflow.description = newDescription;
}
…
08-12-2013 06:36 AM
08-12-2013 09:56 AM
08-12-2013 12:06 PM
08-12-2013 11:19 PM
workflowService.updateTask("jbpm$"+taskId, params, null, null);
08-13-2013 04:28 AM
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.