Skip to content
Snippets Groups Projects
Commit 8810f448 authored by S.Listl's avatar S.Listl
Browse files

WorkflowActivityType keyword added to KeywordRegistry

parent 8ea352f3
No related branches found
No related tags found
No related merge requests found
......@@ -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";};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment