I started a work flow using api,
WorkflowPath path = workflowService.startWorkflow(workflowDef.id, parameters);
i have associated a package to this workflow using
nodeRef = workspace://SpacesStore/3b9943cb-964a-4bfd-b697-8b4c11a1370c
NodeRef nodeRef1 = new NodeRef(nodeRef);
NodeRef workflowNodeRef = workflowService.createPackage(nodeRef1);
parameters.put(WorkflowModel.ASSOC_PACKAGE, workflowNodeRef);
it starts the work flow, i can see inthe dashboard, but when i click Actions - >managetask, there i cannot see any resource, but when i start a workflow from webclient i can see the resource associated with that workflos, can any one help me
thanks
vin kk