Web Scripts:

- improved generated documentation (indexed by web script url & package)
- addition of ticket management web scripts
- addition of put, post & delete support to Web Script test server

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5820 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-05-31 18:03:17 +00:00
parent 4bd5b0266c
commit 8e38ff8253

View File

@@ -156,7 +156,6 @@ public class StartWorkflowActionExecuter extends ActionExecuterAbstractBase
Boolean endStartTask = (Boolean)ruleAction.getParameterValue(PARAM_END_START_TASK);
String startTaskTransition = (String)ruleAction.getParameterValue(PARAM_START_TASK_TRANSITION);
endStartTask = (endStartTask == null) ? true : false;
startTaskTransition = (startTaskTransition == null) ? "" : startTaskTransition;
// auto-end the start task with the provided transition (if one)
if (endStartTask)