diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js index 5e6b5753b4bff46b55f0336e907b7bc4c2647654..0e4eb1424f24d5bc8442e6de58918f27dec570b2 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -253,4 +253,22 @@ $KeywordRegistry.exportTemplatePlaceOfUse = function(){return "ExportTemplatePla $KeywordRegistry.exportTemplateSeparator = function(){return "ExportTemplateSeparator";}; $KeywordRegistry.exportTemplateSeparator$comma = function(){return "COMMA";}; $KeywordRegistry.exportTemplateSeparator$semicolon = function(){return "SEMICOLON";}; -$KeywordRegistry.exportTemplateSeparator$tab = function(){return "TAB";}; \ No newline at end of file +$KeywordRegistry.exportTemplateSeparator$tab = function(){return "TAB";}; + +$KeywordRegistry.workflowActivityType = function(){return "WorkflowActivityType";}; +$KeywordRegistry.workflowActivityType$sequenceFlow = function(){return "sequenceFlow";}; +$KeywordRegistry.workflowActivityType$startEvent = function(){return "startEvent";}; +$KeywordRegistry.workflowActivityType$endEvent = function(){return "endEvent";}; +$KeywordRegistry.workflowActivityType$userTask = function(){return "userTask";}; +$KeywordRegistry.workflowActivityType$serviceTask = function(){return "serviceTask";}; +$KeywordRegistry.workflowActivityType$scriptTask = function(){return "scriptTask";}; +$KeywordRegistry.workflowActivityType$businessRuleTask = function(){return "businessRuleTask";}; +$KeywordRegistry.workflowActivityType$receiveTask = function(){return "receiveTask";}; +$KeywordRegistry.workflowActivityType$manualTask = function(){return "manualTask";}; +$KeywordRegistry.workflowActivityType$exclusiveGateway = function(){return "exclusiveGateway";}; +$KeywordRegistry.workflowActivityType$parallelGateway = function(){return "parallelGateway";}; +$KeywordRegistry.workflowActivityType$inclusiveGateway = function(){return "inclusiveGateway";}; +$KeywordRegistry.workflowActivityType$eventBasedGateway = function(){return "eventBasedGateway";}; +$KeywordRegistry.workflowActivityType$boundaryEvent = function(){return "boundaryEvent";}; +$KeywordRegistry.workflowActivityType$intermediateCatchEvent = function(){return "intermediateCatchEvent";}; +$KeywordRegistry.workflowActivityType$intermediateThrowEvent = function(){return "intermediateThrowEvent";};