Skip to content
Snippets Groups Projects
Commit dd5e9197 authored by tfli's avatar tfli
Browse files

Update TestgeneratorDSL.xtext

parent 98e31c93
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ Loop:
Flow:
'Flow' name=ID 'for' bpmnReference=BPMNReference
('with' 'flag' ASSOCIATION flag=Flag)?
('with' 'dependency' ASSOCIATION dependency=INT)?
('with' 'score' ASSOCIATION score=INT)?
'with' 'elements' ASSOCIATION LIST_OPEN (inclElements+=FlowElementReference (SEPARATOR inclElements+=FlowElementReference )*)? LIST_CLOSED
('without' 'elements' ASSOCIATION LIST_OPEN (exclElements+=FlowElementReference (SEPARATOR exclElements+=FlowElementReference)*)? LIST_CLOSED)?
......
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