Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: x.x
-
Component/s: DSL for Presentation
-
Labels:None
-
Number of attachments :
Description
Now the following model snippet validates fine.
process showAllRecords context list FullRecordDto [
navigate vvv process cancelRecord;
]
Problems:
1- The navigate keyword should validate false when the declared context involves a list.
2- vvv is not valid reference