mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ACE-3137: Workflow Admin Console: Not possibility to signal transition for activiti
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89019 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -949,6 +949,8 @@ public class WorkflowInterpreter extends BaseInterpreter
|
||||
{
|
||||
WorkflowTask task = workflowService.endTask(command[2], (command.length == 4) ? command[3] : null);
|
||||
out.println("signal sent - path id: " + task.getPath().getId());
|
||||
// ACE-3137: "show transitions" will fail if we don't set the workflow path first.
|
||||
currentPath = task.getPath();
|
||||
out.print(interpretCommand("show transitions"));
|
||||
}
|
||||
else if (command[1].equals("workflow"))
|
||||
|
Reference in New Issue
Block a user