End Action


This form script is executed on the server when the processor has completed a ticket. In this script, for example, a follow-up ticket can be created using the script function routeToGroupByName. In this way, you can very easily create multi-stage workflows in todo4teams. In the following example, for example, another ticket is automatically created:

var minutes = 20;
var toGroup = 17;
var owner = 0;

var id = helper.createTask(toGroup, "Create!","Just do it!", minutes, owner, null,null);