05-05-2008 03:43 PM
05-06-2008 04:44 PM
public List<WorkflowInstance> getWorkflowsForContent(NodeRef packageItem, boolean active)
which gives list of workflows related to a document or space.05-15-2008 10:17 AM
select t.ID_ AS task_id,t.CREATE_ AS created,t.END_ AS ended,t.NAME_ AS task_step,t.DESCRIPTION_ AS task_description,t.ACTORID_ AS actor,t.PROCINST_ AS task_proc_instance_id,c.child_node_name AS document_name,c.child_node_id AS doc_id from ((JBPM_TASKINSTANCE t join alf_node_properties p on(((p.string_value = concat(_utf8'jbpm$',t.PROCINST_)) and (p.qname = _latin1'{http://www.alfresco.org/model/bpm/1.0}workflowInstanceId')))) join alf_child_assoc c on((c.parent_node_id = p.node_id)))
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.