diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js
index 11b8b76a3189f4e97b6710c1e864cfdfe9609817..c4ff38fb4384efee8efa89d17979a1cccaafd915 100644
--- a/process/KeywordRegistry_basic/process.js
+++ b/process/KeywordRegistry_basic/process.js
@@ -58,8 +58,8 @@ $KeywordRegistry.taskStatus$ended = function(){return "ENDED
 $KeywordRegistry.taskStatus$customerChecks = function(){return "CUSTOMER-CHECKS                     ";};
 
 $KeywordRegistry.taskType = function(){return "TaskType";};
-$KeywordRegistry.taskType$task = function(){return "TASK";};
-$KeywordRegistry.taskType$ticket = function(){return "TICKET";};
+$KeywordRegistry.taskType$task = function(){return "TASK                                ";};
+$KeywordRegistry.taskType$ticket = function(){return "TICKET                              ";};
 
 $KeywordRegistry.ticketType = function(){return "TicketType";};
 $KeywordRegistry.ticketType$supportTicket = function(){return "SUPPORTTICKET                       ";};