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
This commit is contained in:
Alan Davis
2015-01-31 15:27:02 +00:00
parent e47fbe8681
commit 3fc6f0a3b3

View File

@@ -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