From 3fc6f0a3b3af1db98d8201171e2b5a43fe304df3 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Sat, 31 Jan 2015 15:27:02 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud) 93978: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud) 93844: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.1) 93719: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5) 93271: Merge DEV to V4.1-BUG-FIX 93235 : MNT-12758 : workflowService.getWorkflowPaths does not get the information if the workflow is inactive(isActive == false). Was added clarification to the inline documentation in WorkflowService.java explaining that 'getWorkflowPaths' method only returns information for an active workflow. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@95018 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/service/cmr/workflow/WorkflowService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/java/org/alfresco/service/cmr/workflow/WorkflowService.java b/source/java/org/alfresco/service/cmr/workflow/WorkflowService.java index 80d41a9362..1a7bae7d97 100644 --- a/source/java/org/alfresco/service/cmr/workflow/WorkflowService.java +++ b/source/java/org/alfresco/service/cmr/workflow/WorkflowService.java @@ -300,7 +300,8 @@ public interface WorkflowService public WorkflowInstance getWorkflowById(String workflowId); /** - * Gets all Paths for the specified Workflow instance + * Gets all Paths for the specified Workflow instance. + * NOTE: It only returns information for an active Workflow instance. * * @param workflowId workflow instance id * @return the list of workflow paths