mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -156,7 +156,6 @@ public class StartWorkflowActionExecuter extends ActionExecuterAbstractBase
|
|||||||
Boolean endStartTask = (Boolean)ruleAction.getParameterValue(PARAM_END_START_TASK);
|
Boolean endStartTask = (Boolean)ruleAction.getParameterValue(PARAM_END_START_TASK);
|
||||||
String startTaskTransition = (String)ruleAction.getParameterValue(PARAM_START_TASK_TRANSITION);
|
String startTaskTransition = (String)ruleAction.getParameterValue(PARAM_START_TASK_TRANSITION);
|
||||||
endStartTask = (endStartTask == null) ? true : false;
|
endStartTask = (endStartTask == null) ? true : false;
|
||||||
startTaskTransition = (startTaskTransition == null) ? "" : startTaskTransition;
|
|
||||||
|
|
||||||
// auto-end the start task with the provided transition (if one)
|
// auto-end the start task with the provided transition (if one)
|
||||||
if (endStartTask)
|
if (endStartTask)
|
||||||
|
Reference in New Issue
Block a user