ALF-13474 possibility of deleting compleded workflows + explorer ui cancel action fix

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@35900 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Frederik Heremans
2012-04-30 12:07:23 +00:00
parent 2989f1b809
commit a8ecba78b1
3 changed files with 55 additions and 7 deletions

View File

@@ -307,7 +307,7 @@ public interface WorkflowService
public List<WorkflowInstance> cancelWorkflows(List<String> workflowIds);
/**
* Delete an "in-flight" Workflow instance
* Delete a Workflow instance.
*
* NOTE: This will force a delete, meaning that the workflow instance may not
* go through all the appropriate cancel events.