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

Added flow size to dsl

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